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... )