[TYPO3-german] rtehtmlarea speichert nicht
Sebastian Widmann
bruce at web.de
Sun Feb 26 09:31:08 CET 2006
Hi!
Ich versuche gerade rtehtmlarea zu konfigurieren:
Page-TSConfig:
RTE.default.contentCSS = fileadmin/templates/B2C1/rteStyle.css
RTE.default.showTagFreeClasses = 1
RTE.default.proc {
dontConvBRtoParagraph = 1
}
rteStyle.css:
body, html { width: 100%; height: 100%; padding: 0px; margin: 0px;
font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:
#000000; }
table, tr, td { font-size: 12px; font-family: Arial, Helvetica,
sans-serif; color: #000000; }
a { color: #000000; }
a img { border: 0px; }
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
margin: 0px;
padding: 0px;
}
h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
p {
margin: 0px;
margin-bottom: 5px;
padding: 0px;
}
.greyBox { padding: 2px; background-color: #EEEEEE; border: 1px solid
#000000; }
Jetzt habe ich folgendes HTML:
<h4>test</h4>
<p>das ist ein Test</p>
<p><a href="http://dkbc.de/?id=30" class="internal-link">test</a></p>
Ich markiere "das ist ein Test" und wähle als Absatz-Stil .greyBox aus.
Jetzt wird mir der Absatz grau angezeigt. Speichere ich jetzt aber, dann
ist das class="greybox" wieder weg und der gleiche Code wie oben steht da.
Kennt ihr das Problem oder noch besser, eine Lösung?
Gruß
Sebastian
More information about the TYPO3-german
mailing list