![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
| Hallo Leute, ich bin neu in der Community und erarbeite gerade meine erste Seite mit Typo3v4.0. Ich möchte nun einen Text mit Bild auf meiner Seite postieren, jedoch wird dadurch mein komplettes Design über den Haufen geworfen. Ich arbeite mit dem statischen Template: content(default), da mir css_content zur Zeit noch umfangreich ist. Meine bisherige TS- Configuration sieht so aus: ... # Configuration tt_content.text tmp_tt_content_text < tt_content.text tt_content.text > tt_content.text = COA tt_content.text.10 < lib.stdheader tt_content.text.20 = TEXT tt_content.text.20 { field = bodytext fieldRequired = bodytext wrap = <td class="tableMessageBodyText"><p>|</p></td> parseFunc < tmp_tt_content_text.20.parseFunc parseFunc < tmp_tt_content_text.20.editIcons } tt_content.stdWrap.space = 0|0 tt_content.stdWrap.dataWrap = <table id="tableMessage" width="95%" align="center" cellpadding="0" cellspacing="0" border="0"><tr>|</tr></table> ... Wenn ich nun einen Text mit Bild anlege, formatiert mir Typo3 das ganze so: <table id="tableMessage" width="95%" align="center" cellpadding="0" cellspacing="0" border="0"> <tr> <table border="0" cellspacing="0" cellpadding="0" class="imgtext-nowrap"> <tr> <td valign="top"> <table width="144" border="0" cellspacing="0" cellpadding="0" class="imgtext-table"> <tr> <td colspan="1"><img src="clear.gif" width="133" height="1" alt="" /></td> <td rowspan="2" valign="top"><img src="clear.gif" width="10" height="1" alt="" title="" /></td> </tr> <tr> <td valign="top"><img src="uploads/pics/startseite_wasser_01.jpg" width="133" height="100" border="0" align="top" alt="" title="" /><br /></td> </tr> </table> </td> <td valign="top"> <td class="tableMessageBodyText"><p>Hier könnte Text stehen.</p></td></td> </tr> </table> </tr> </table> Ich möchte jedoch, dass das Ganze so oder so ähnlich definiert wird (mit "Im Text Links" - Option:sad: <table id="tableMessage" width="95%" align="center" cellpadding="0" cellspacing="0" border="0"> <tr> <td width="30%"> <img src="uploads/pics/startseite_wasser_01.jpg" width="133" height="100" border="0" align="top" alt="" title="" /> </td> <td width="70%" class="tableMessageBodyText"><p>Hier könnten Fotos stehen.</p></td> </tr> </table> Vielen Dank für eure Mithilfe im voraus nicher Geändert von nicher (20.05.06 um 10:55 Uhr). |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Probleme mit Otionen Text mit Bild | typodry | TYPO3 4.x Backend | 1 | 19.06.08 16:37 |
| text mit bild formatierung in jedem browser anders. anpassung möglich ? | ant.one | TYPO3 4.x Fragen und Probleme | 5 | 14.06.08 10:33 |
| Text und Bild bei Text m/Bild auf gleicher Höhe anzeigen | waumpada | TYPO3 4.x Fragen und Probleme | 1 | 30.04.08 06:39 |
| text mit bild - formatierung ändern | krustyaut | TYPO3 4.x Rich Text Editor | 3 | 07.06.06 20:15 |
| Probleme mit Inhaltstyp Text m/Bild | cyberboy | TYPO3 3.x Rich Text Editor | 6 | 06.04.06 13:22 |