Okay, I have a layout in a 3 column format. Please don't lecture me on using a CSS design like other forums where I've asked for a simple fix.
On this page
www.javablog.net/releases.php
You can see on the left column that there is a small box at the bottom of this column. This small rectangle is meant to stetch to the very bottom but is only about 4 pixels high, despite height being set to %100.
The code for this specific table is as follows
Code:<table width="100%" border="0" cellspacing="1" cellpadding="3" height="100%"> <tr> <td bgcolor="#E5E5E5"> </td> </tr> </table>






Bookmarks