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

Thomas Sommer t.sommer at ba-horb.de
Wed Aug 17 15:11:06 CEST 2005


Hallo Christian,


> 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?

Mach mal noch das hier in die Page-TSConfig rein:

  RTE.config.tt_content.bodytext.proc.allowedClasses = justify

Grüßle,

   Thomas Sommer




More information about the TYPO3-german mailing list