[Javascript] html question

Roger Roelofs rer at datacompusa.com
Tue Mar 2 15:03:44 CST 2004


Iztok

if you want 2 tables side by side, use Chris's suggestion.  if you want 
2 tables, one directly atop the other, IE has a known whitespace bug.  
You can get around it thusly,  (make the 2nd table start on the same 
line as the previous one ends)
------
<table>
<tr>
	<td></td>
</tr>
</table
 ><table>
<tr>
	<td></td>
</tr>
</table>
----------

On Mar 2, 2004, at 3:50 PM, Chris Tifer wrote:

> Perhaps a table's default css display is set to block. Try setting it 
> to
> inline:
>
> style="display: inline;"

Roger
-------------------------------------------------------
Roger Roelofs                 web   www.datacompusa.com
Datacomp Appraisal Services   web   www.mhvillage.com
3215 Eaglecrest Drive, NE     Email rer at datacompusa.com
Grand Rapids, MI  49525-4593




More information about the Javascript mailing list