Hallo,
kann man eine Seite,deren Text austauschbar ist,anweisen zweispaltig zu schreiben? Ohne den div nochmal trennen zu müssen. Also ungefähr so:
text text
text text
ein variant, zB:
<div style="float:left;height:200px;width:300px">
<p>text</p>
<p>text</p>
</div>
<div style="float:left;height:200px;width:300px">
<p>text</p>
<p>text</p>
</div>
<br clear="all" />
LG,
Inita