http://contenido.org/forum/viewtopic.php?t=10153
ein weiteres problem ....
ich habe die w3concepts.form.v1 eingebunden und kann das formular mit dem tinymce 'flat - ohne layout - einfach eingedattelt' erstellen und es funktioniert auch prima soweit. nun möchte ich das ganze mit divs formatieren und bevor ich diese in das css auslagere probiere ich halt auch erst mal 'quick-n-dirty' also schnell layout erstellt:
Code: Alles auswählen
<div align="center">
<div style="width:550px;">
<div style="width:130px; float:left;">
<div style="width:130px; text-align:left; float:left;">Anrede:</div>
<div style="width:130px; text-align:left; float:left;">Vorname:</div>
<div style="width:130px; text-align:left; float:left;">Nachname:</div>
<div style="width:130px; text-align:left; float:left;">e-Mail:</div>
<div style="width:130px; text-align:left; float:left;"> </div>
<div style="width:130px; text-align:left; float:left;">Betreff:</div>
<div style="width:130px; text-align:left; float:left;">Text:</div>
</div>
<div style="width:420px; float:right;">
<div style="width:420px; text-align:left; float:right;"># xxx #</div>
<div style="width:420px; text-align:left; float:right;"># xxx #</div>
<div style="width:420px; text-align:left; float:right;"># xxx #</div>
<div style="width:420px; text-align:left; float:right;"># xxx #</div>
<div style="width:420px; text-align:left; float:right;"> </div>
<div style="width:420px; text-align:left; float:right;"># xxx #</div>
<div style="width:420px; text-align:left; float:right;"># xxx #</div>
</div>
</div>
</div>
Code: Alles auswählen
Anrede: # xxx #
Vorname: # xxx #
Nachname: # xxx #
e-Mail: # xxx #
Betreff: # xxx #
Text: # xxx #
dann im tinymce den editor geöffnet, klick html, copy paste und sieht gut aus, dann aktualisieren und es zerschmeisst noch vor dem saven das ganze layout, das sieht dann wie folgt aus:
Code: Alles auswählen
<div align="center"> <div> <div> <div>Anrede:</div> <div>Vorname:</div> <div>Nachname:</div> <div>e-Mail:</div> <div> </div> <div>Betreff:</div> <div>Text:</div> </div> <div> <div># xxx #</div> <div># xxx #</div> <div># xxx #</div> <div># xxx #</div> <div> </div> <div># xxx #</div> <div># xxx #</div> </div> </div> </div>
Code: Alles auswählen
Anrede:
Vorname:
Nachname:
e-Mail:
Betreff:
Text:
# xxx #
# xxx #
# xxx #
# xxx #
# xxx #
# xxx #
