View Full Version : space betweeing things.


bejayel
10-08-2003, 03:34 AM
ok i need a horizontal space between two tables without using cellpadding or cellspacing. anyone have an idea? everything i try leaves a space the size of a <br>, all i need is 3 pixels.

MaGiCSuN
10-08-2003, 05:10 PM
<table border="0" cellspacing="3px">
<tr><td valign="top">first table here</td>
<td valign="top">second table here</td></tr></table>

that's all i can think of really..

Love,
Mirna