hallo von newbie,
also wann das mit WYSIWIG beim RTE zutrifft, weiß ich echt nicht !
ich hab ein html-template mit marks usw., die inhalte und bilder werden auch passend zu menu im content-bereich eingesetzt.
Leider kann von WYSIWIG bisher keine Rede sein : gerade die zellen
von tabellen werden mit schwarzem hintergrund gezeichnet, obwohl im
RTE ausdrücklich HG-Farbe,Schriftfarbe usw. manuell (also wien nichtsbösesahnender redakteur das auswählen würde) eingestellt.
im typoskript steht :
<pre>
seite = PAGE
seite {
typeNum = 0
#bodyTag = <body bgcolor="#FFFFFF" >
stylesheet = fileadmin/projekt_schreinerei/style.css
meta.AUTHOR = Technosoft Hofbieber
meta.DESCRIPTION = Entwurf einer Schreinerei-Praesenz
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/projekt_schreinerei/typo_vorlage1..html
10.workOnSubpart = DOCUMENT
10.marks {
MENU_OBEN = HMENU
MENU_OBEN.special = directory
MENU_OBEN.special.value = 105
MENU_OBEN.1 = TMENU
MENU_OBEN.1.NO = 1
MENU_OBEN.1.NO.linkWrap = |
MENU_LINKS = HMENU
MENU_LINKS.special = directory
MENU_LINKS.special.value = 104
MENU_LINKS.1 = TMENU
MENU_LINKS.1.NO = 1
MENU_LINKS.1.NO.linkWrap = <br> |
KONTENT = CONTENT
KONTENT {
table = tt_content
}
}
}
# Inhalt
tt_content = COA
tt_content {
20 = TEXT
20 {
field = bodytext
wrap = <p>|</p>
}
}
</pre>
im html-dings steht :
<pre>
..
..
<!-- ###DOCUMENT### begin -->
<!-- Farbflächen und Logos / Bilder -->
<div class="ar_1_1"></div>
<div class="ar_1_3"></div>
..
..
<div class="cnt">###KONTENT###</div>
..
..
<!-- ###DOCUMENT### end -->
..
..
</pre>
Muß ich dazu den Editor erst groß konfigurieren, damit er macht , was er soll ?
bitte um tipps zu links oder literatur, danke !