Forum Moderators: coopster
e.g.
<table>
<tr><td style="width:40px">Item</td><td style="width:40px">Value</td></tr>
<tr><td style="width:40px">Item</td><td style="width:40px">Value</td></tr>
</table>
e.g. (2)
<div style="float:left;width:40px">Item</div><div style="float:left;width:40px">Value</div>
<div style="float:left;clear:right;width:40px">Item</div><div style="float:left;width:40px">Value</div>
e.g. (3) (Use the tab key instead of **TAB**)
<xmp>
Item **TAB** Value
Item **TAB** Value
</xmp>