[TYPO3-rte] Add ckass for TD's

B.Wolf bw at shs-it.de
Tue Jan 19 12:13:23 CET 2010


Hi there,

I'm just trying to add a classh to the RTE which can be only used within 
TD-Tags.

I'm trying it this way:

#Adding the Class
RTE.classes {
         theader1 {
	        name = Tabelle Studiengang Kopf1
         }
}

#Setup custom CSS
RTE.default.contentCSS = fileadmin/template/css/rte_design.css
RTE.default.ignoreMainStyleOverride = 1

#Add class for allowed TD-Classes
classesTD = td.theader1



The problem: I can access the style in the RTE, but it's not only 
avaiable in TD-Tags - I can also select it within a paragraph.

Missed I something?
Thank you,
greets ben


More information about the TYPO3-project-rte mailing list