[TYPO3] Customizing the htmlarea RTE

Brian Bendtsen brb at mentor-it.dk
Mon Sep 11 11:50:52 CEST 2006


Hi

Im trying to customize the htmlarea RTE by adding my own classes as in 
addition to the header 1, header 2 etc. but with no luck.

This is how my PageTS looks like:

RTE.default.contentCSS = fileadmin/templates/css/content.css

RTE.classes {
subheader-one {
  name = subheader-one
}
}
RTE.default.classesCharacter = subheader-one

In my stylesheet I have:

.subheader-one {
font-size: 1.2em;
color: navy;
font-family: verdana;
}

What am I doing wrong?

/Brian Bendtsen



More information about the TYPO3-english mailing list