Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- Can't Get Rid of White Space Between Two Rows


cariadai - 10:46 am on Dec 20, 2011 (gmt 0)


This is so annoying! I have an image floating between two black lines, top and bottom, and although the top line butts up right against the main image, the bottom line is hovering just below it, with white space between. I've tried all the HTML tags I can think of, and some CSS tags too, but nothing seems to move that bottom line. Can anyone figure out what's wrong with my coding here?

<table width="1280" cellspacing="0" cellpadding="0">
<tr height="1" width="1280"> <td width="85"></td>
<td height="1" width="1100" bgcolor="#000000"></td> <td width="95"></td></tr>
<tr><td width="85" height="500"></td>
<td height="500" width="1100"><img src="http://www.poshyarn.co.uk/images/new/coverphoto.jpg">
</td><td width="95"></td></tr>
<tr height="1" width="1280"> <td width="85"></td>
<td height="1" width="1100" bgcolor="#000000"></td> <td width="95"></td></tr></table>


Thread source:: http://www.webmasterworld.com/html/4399668.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com