fjm777 said:Whenever I try to use an HTML Table is put lots of space before the table. What wrong? Should I be using different tags?
Thanks.
<table>
<tr><td>cell one</td></tr><br>
<tr><td>cell 2</td></tr>
</table>
<table><tr><td></td></tr></table>
<table>
<tr>
<td></td>
</tr>
</table>
ogryn said:I think it's because the forum automatically interprets Line Break characters as <br /> tags.
Register on WDWMAGIC. This sidebar will go away, and you'll see fewer ads.