[TYPO3] Some more RTE CSS woes

Arne Schmitz arne.schmitz at gmx.net
Mon Nov 20 17:44:55 CET 2006


I have added a new style called tbordersnopad to my style sheet and changed my 
TSConfig as shown here:

# RTE Config
RTE.classes {
  tborders {
    name = With 1px borders
  }
  noborders {
    name = Mit nix
  }
  tbordersnopad {
    name = With 1px borders, no padding
  }
}
 
RTE.proc.allowedClasses  := addToList(tborders, tbordersnopad, noborders)
 
RTE.default {
  contentCSS = /fileadmin/template/rte.css
  classesTable := addToList(tborders,noborders,tbordersnopad)
  classesTR := addToList(tborders,noborders,tbordersnopad)
  classesTD := addToList(tborders,noborders,tbordersnopad)
  allowedClasses := addToList(tborders,noborders,tbordersnopad)
}

However, the style does not appear in my RTE menus. The other styles I have 
defined in the TSConfig are shown. What could be the problem? Needless to say 
that the style is in rte.css

Arne

-- 
Dipl.-Inform. Arne Schmitz              Phone   +49 (0)241 80-21817
Computer Graphics Group                 Fax     +49 (0)241 80-22899
RWTH Aachen University                  http://www.rwth-graphics.de
Ahornstrasse 55, 52074 Aachen, Germany


More information about the TYPO3-english mailing list