[Typo3] css_styled_content, control header/text wraps

Sacha Vorbeck sachav at gmx.net
Fri Aug 12 18:09:02 CEST 2005


Hi,

> tt_content.text.20.stdWrap.dataWrap = <div>|</div>
tt_content.text.20.wrap = <div>|</div>

this is some kind of standard setup I use with csc to remove unwanted
wraps and comments:

###############################################
#Remove anchor links and css-stlyled-content-comments
#tt_content.stdWrap.dataWrap = <a class="noicon" name="{field:uid}"></a> |
#tt_content.stdWrap.innerWrap2 = | <p class="right"><a class="top"
href="#top" title="jump to top of page"><span>to top</span>&nbsp;</a></p>
tt_content.stdWrap.prefixComment >
tt_content.text.20.prefixComment >
tt_content.text.stdWrap.prefixComment >

tt_content.textpic.20.stdWrap.prefixComment >
tt_content.list.20.stdWrap.prefixComment >
lib.stdheader {

  stdWrap.dataWrap >
  stdWrap.prefixComment >
  10.1.fontTag = <h1> | </h1>
  10.2.fontTag = <h2> | </h2>
  10.3.fontTag = <h3> | </h3>
  10.4.fontTag = <h4> | </h4>
  10.5.fontTag = <h5> | </h5>
}
tt_content.menu.20.stdWrap.prefixComment >
# remove class="bodytext" from p-tags
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >

-- 
Ciao,
Sacha

I don't necessarily agree with everything I think



More information about the TYPO3-english mailing list