Here is my code:
CODE
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
<tr>
<td bgcolor="#999999" width="15"></td>
<td bgcolor="#999999" width="15"></td>
<td bgcolor="#999999" width="15"></td>
<td bgcolor="#999999" width="15"></td>
<td bgcolor="#999999" width="15"></td>
<td bgcolor="#FFFFFF"><img src="./numbers/1.bmp" alt="1"border="0"/></td>
<td bgcolor="#FFFFFF"><img src="./numbers/2.bmp" alt="2"border="0"/></td>
</tr>
</table>
1.bmp and 2.bmp are 15x15 monochrome bitmaps. For some reason each of the cells are 15 wide and 19 tall. Why isn't it 15 tall!? How can I fix this? This has been a huge frustration for me using tables.
Your help is greatly appreciated.
P.S. It appears to work in IE7. However FireFox3, Safari, Netscape9, and Opera9.52 do have the problem.
EDIT: Setting height="15" does not work.
This post has been edited by Andora: 23 Aug, 2008 - 10:01 PM