Forum Moderators: not2easy
< no personal links, please >
Thanks.
[edited by: tedster at 6:33 am (utc) on Oct. 14, 2007]
Just an FYI: it is against TOS to post URL's.
I suggest reading this thread on choosing doctypes [webmasterworld.com]. I also suggest validating you HTML [validator.w3.org] and CSS [jigsaw.w3.org] to help find problems.
Also, any comment tags or "&s;" inserted between the image and closing tag of your cell will cause space. And if the images are inserted in the cells rather than a background, I suggest not assigning heights to the cells. And if it is not in your css, add
img {
border: none;
margin: 0;
padding: 0;
}
For now, that is all I can suggest until your solve the other problems.
Marshall
[edited by: tedster at 6:35 am (utc) on Oct. 14, 2007]
[edit reason] remove site review [/edit]
Quirks Mode vs. Standards Mode - overview [webmasterworld.com]