If you use one of my layouts, you probably noticed those dark lines all over the place. To remove them, please go to your stylesheet/CSS and change the following
/* ------ MISC ------ */
.clear
{
height: 10px;
font-size: 0.01px;
}
to this one
/* ------ MISC ------ */
.clear {
display: none;
}I'm really sorry for the
(
Read more... )
Comments 1
I'm still very much in love with the layout you created for me. :)
Reply
Leave a comment