[Typo3-german] Tags um Frontend

Nikolai Townsend n.townsend at web.de
Tue Nov 1 14:15:14 CET 2005


Hi alle zusammen,

ich habe seit kurzem das Problem, dass einige Tags (ul, li, ...) im
Frontend als normaler Text ausgegeben werden.
Ich verwende Typo3 3.8 die normale RTE und css_styled_content.

hier noch mein TSConfig im Page-Header:
---------------------------------------------------------------------------------------------------------------------
### Seiteninhalte nur die NormalSpalte darstellen ###################
mod.web_layout.tt_content.colPos_list = 0


### RTE anpassen ########################################
RTE.default.mainStyle_size = 12px
RTE.default.mainStyle_font = Verdana


### RTE Anpassungen #############################
RTE.classes {
  disclaimer {
    name = Disclaimer
    value = font-size:9px; color:#CCCCCC;
  }
  rot_klein {
    name = Rot klein
    value = color:#ff0000; font-weight:bold;
  }
  rot_gross {
    name = Rot groß
    value = font-size:14px; color:#FF0000; font-weight:bold;
  }
  blau_klein {
    name = Blau klein
    value = color:#114997; font-weight:bold;
  }
  blau_gross {
    name = Blau groß
    value = font-size:14px; color:#114997; font-weight:bold;
  }
}
RTE.default {
  hideButtons =

options.RTEkeyList=cut,copy,paste,formatblock,class,fontstyle,fontsize,bold,italic,underline,left,center,right,orderedlist,unorderedlist,outdent,indent,line,link,table,image,textcolor,chMode
  hidePStyleItems = H1,H2,H3,H4,H5,H6,P,PRE
  classesCharacter = rot_klein, rot_gross, blau_klein, blau_gross
  classesParagraph = disclaimer
}
RTE.config.tt_content.bodytext.proc.allowedClasses =  disclaimer,
rot_klein, rot_gross, blau_klein, blau_gross

---------------------------------------------------------------------------------------------------------------------

Ich bekomme die Tags einfach nicht raus. Hat jemand eine Idee?

gruß
Nik



More information about the TYPO3-german mailing list