AW: [Typo3-UG Oesterreich] RTE-wrap bzw stylesheet einsatz?

Tilli Weissenberger tilli at weissenberger.at
Wed Jan 14 15:53:56 CET 2004


Hi,

Hab' mir aus diversen Postings folgende Config zusammengestoppelt -
vielleicht hilft's Dir weiter:

CONSTANTS
content {
  wrap.header =
  break.bodytext =
  wrap.bodytext =
  headerSpace = 0
  space =
  wrap.header1 = <h1>|</h1>
  wrap.header2 = <h2>|</h2>
  wrap.header3 = <h3>|</h3>
  wrap.header4 = <h4>|</h4>
  wrap.bodytext = <p>|</p>
  RTE_compliant = 1
}

SETUP
tt_content.text.20.brTag = 
tt_content.text.20.parseFunc.allowTags =
b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquot
e,strike,span,table,tr,td,th,tbody
tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes {
   P.style=
   PRE.style=;
}
styles.content.RTE_encaps_stylesheets { 
encapsTagList = div,p,pre
remapTag.DIV = DIV
remapTag.P = P
nonWrappedTag = P
innerStdWrap_all.ifEmpty = &nbsp; 
defaultAlign.field = text_align 
} 

Cheers, Tilli





More information about the TYPO3-at mailing list