Hallo
Kann mir wer sagen, wie die divs aussehen müssen, dass es geht?
Ich habe das zweispaltige Layout schon hinbekommen, solange ich links und rechts Text habe. Habe ich jedoch rechts Text und das Formular ist der Text rechts, das Formular jedoch, sofern links nur eine Zeile Text ist, ist es auch links.
Also an deiner Formulierung musst du am meisten arbeiten.
<div style="float:left;width:50%">
Text Text Text Text Text Text Text Text<br />
Text Text Text Text Text Text Text Text
</div>
<div style="float:right;width:50%">
<form>
<input type="text" />
</form>
</div>