I mean this:
Code: Select all
| |
left text right text
Code: Select all
| |
left text right text
Code: Select all
<table width="400" cellspacing="1" cellpadding="1" border="0" align=""><tbody><tr><td valign="top" align="left"> left text<br/></td><td valign="top" align="right">right text </td></tr></tbody></table>
Code: Select all
<div style="border: 1px dotted rgb(223, 223, 223); padding: 5px; z-index: 1; left: 350px; width: 260px; position: absolute; top: 30px; height: 400px; background-color: rgb(255, 255, 255);" id="Layer1"><div align="left"><br/></div></div><div style="border: 1px dotted rgb(223, 223, 223); padding: 5px; z-index: 2; left: 0px; width: 300px; position: absolute; top: 30px; height: 400px; background-color: rgb(255, 255, 255);" id="Layer2"><br type="_moz"/></div>
With tables i know thiscyrano wrote:hi rainer,
with a table and setting of row or columns left and right orientated- yes
Code: Select all
<div><!-- no content whatsoever here -->
<div style="float: right; width: 50% text-align: right;">
Now put the right hand column here
</div>
The left hand column goes here
</div>