inline tables?

HI All.<br />
<br />
I am trying to display two tables inline, ie. one next to the other. Applying style="display:inline;" in the table tag does not help.<br />
Any ideas, pls help:)<br />
<br />
thanx, <br />
Patrick<!--content-->you could always nest them (wrap them in one big table).<!--content-->right;) makes sense, I'll play around with that.<br />
thanx<!--content-->Originally posted by patrickk <br />
HI All.<br />
<br />
I am trying to display two tables inline, ie. one next to the other. Applying style="display:inline;" in the table tag does not help.<br />
Any ideas, pls help:)<br />
<br />
thanx, <br />
Patrick <br />
<br />
That style is more commonly used with lists (<ul> or <ol>)<br />
<br />
Transmothra has a good idea... I have another one :P<br />
<br />
You can also use <div> with the float element! ;)<br />
<br />
HTH<!--content-->displaying 2 tables? can't you just display them normally? or align one left and the other center or nothing.<br />
<br />
no need to use another table if that is all you put on there<!--content-->
 
Back
Top