[TYPO3] Customizing the htmlarea RTE

Benjamin Mack bmack at kirix.com
Mon Sep 11 15:36:40 CEST 2006


Actually, I didn't _use_ the RTE.default.ClassesAnchors option, but I 
think it should work the same way. Like this:


pageTSConfig
----

RTE.classes {
   myclass.name = My LinkClass No.1
}

RTE.default.contentCSS = fileadmin/templates/my.css
RTE.default.classesAnchor = myclass
----


cssfile "my.css":
----
A.myclass {
    font-size: 25px;
}
----


this should work (but I haven't tested it).


greetings,
benni.
-SDG-


Brian Bendtsen wrote:
> Hi
> 
> I have been looking in the manual but without luck
> 
> Can you post your setup?
> 
> /Brian Bendtsen
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 



More information about the TYPO3-english mailing list