Thread: tables lol
View Single Post
03-31-2005, 07:19 AM
#2
PortWeaver is offline PortWeaver
Status: I'm new around here
Join date: Feb 2005
Location: Shoreham-By-Sea
Expertise:
Software:
 
Posts: 23
iTrader: 0 / 0%
 

PortWeaver is on a distinguished road

  Old

Try something like this:

Code:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"></td>
</tr>
</table>
Laying them out as above should cure your problem, remember to always put the closing tag on the same same line as your closing because Internet Explorer thinks it's a paragraph/page break otherwise.