Annoying space I need to get rid of...

windows

Guest
I am trying to put an image inside of a table (I know, sounds very simple) but even when I place the image next to the <TD > tag without spaces and I insert valign="top", it still leaves a small space between the top of the table cell and the image. Please help me get rid of it.<br />
<br />
<!-- m --><a class="postlink" href="http://members.lycos.co.uk/otakuworld/">http://members.lycos.co.uk/otakuworld/</a><!-- m --><br />
<br />
It's the center cell with white.<!--content-->Your problem is prob very simple.<br />
You will need to close your table data correctly. Having a return of carriage or breaking space before the </td> tag will give you that white space. So close your table data like this:<br />
<br />
<td><img src=http://www.htmlforums.com/archive/index.php/"blah"></td><br />
<br />
No spaces or return of carriage and you should be ok, all on one line.<!--content-->
 
Back
Top