[TYPO3] Struggling with css styled content

Arne Schmitz arne.schmitz at gmx.net
Tue Nov 7 12:34:19 CET 2006


I am still struggling with my attempts to get custom css styled content 
working. I have put the following in my TSconfig:

------------
# RTE Config
RTE.classes {
  borders {
    name = Table with borders and padding
  }
  plain {
    name = Table without borders, but with padding
  }
}
 
RTE.proc.allowedClasses = borders,plain
 
RTE.default {
  default.contentCSS = /fileadmin/template/rte.css
  classesTable = borders,plain
  classesTR = borders,plain
  classesTD = borders,plain
  allowedClasses = borders,plain
}
------------

This should -- according to some websites -- enable me to use two new styles 
(borders and plain) for my tables. However, the RTE shows only a greyed out 
selection box. What's going wrong here?

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