Click to See Complete Forum and Search --> : [RESOLVED] Black lines on webpage


stain design
12-26-2006, 05:36 PM
Hello,
I am doing a site for a concrete company in Dreamweaver. I do not understand why on the products page, every time I convert the layers to a table, there becomes black lines on there. Things get bumped around etc... Please see for yourself:

www.staindesigns.com/emerald.2


Then go to the products page. Why is that happening, especially in IE.

Can anyone help me figure this out?
Thanks so much!!!

bathurst_guy
12-26-2006, 10:19 PM
I don't see it in Safari. I'm guessing its the padding around the images from what you are saying though. Set in the <head> of the document this:<style type="text/css">
img {
display:block;
margin:0;
padding:0;
}
</style>

stain design
12-27-2006, 01:50 AM
thanks man, that totally worked :)