[Typo3-german] Blocksatz mit RTE, wie geht das ?

Christian S. presseabteilung at web.de
Wed Aug 17 14:02:01 CEST 2005


Hi Alexander				

die Documentation kenne ich, die Beschreibung funktioniert mit "text-align: justify;" nicht.

So bin ich vorgegangen:

Im Constant Feld des Template:
# Activates RTE
content.RTE_compliant = 1

In der css Datei:
.justify { text-align: justify; }

im TSConfig der root Seite:
# General configuration of the available classes:
RTE.classes {
   justify {
   name = Justified
   value = text-align: justify;
   }
}
RTE.default.classesParagraph = justify
RTE.default.classesCharacter = justify


Jetzt habe ich im RTE folgendes Ergebnis:
1. wenn ich über "Absatztart" den Punkt "Justified" aufrufe 
<DIV class=justify>hier steht der Text</DIV>

2. wenn ich über "Zeichenart"  den Punkt "Justified" aufrufe 
<P class=justify>hier steht der Text</P>

Der Text wird im RTE auch im Blocksatz dargestellt - aber nur solange ich nicht speichere. Nach dem Speichern sind die tags <DIV class=justify> und <P class=justify> weg, und nur noch ein <P>-tag da.

Was mache ich falsch? Was habe ich übersehen?

- Christian S. (christians)

-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/german-user-list-archive/thread/110134903/
					



More information about the TYPO3-german mailing list