[TYPO3] Problem adding header classes to rtehtml

Brian Bendtsen nightowl at galnet.dk
Mon Feb 26 14:46:39 CET 2007


Hi

I have been trying to add some predefined classes to the rtehtml but 
only one of them are available.

This is my TSconfig:

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

RTE.classes {
  subheader-one.name = Kontakt overskrift
  subheader-two.name = Bullit overskrift
}

and this is my stylesheet content_rte.css:

h1.subheader-one {
color: #000;
font-weight: bold;
width: 100%;
border-bottom: 1px solid #000;
margin: 0px;
font-size: 0.9em;
}

h1.subheader-two {
  list-style-image: url('../images/arrow_grey.gif');
  font-weight: bold;
  color: #555;
  font-size: 1em;
}

I can only choose "Kontakt overskrift" from the rtehtml, what am I doing 
wrong?

/Brian Bendtsen


More information about the TYPO3-english mailing list