[TYPO3] Eliminating extra div around headers
wes currier
typo3 at wesfx.com
Thu Mar 16 21:06:30 CET 2006
I cant remember how to remove the div around header elements. Any help?
This is what I have in setup that is not working:
### Make headers' markup simpler and add <h6>:
lib.stdheader.10 {
1.fontTag = <h1>|</h1>
2.fontTag = <h2>|</h2>
3.fontTag = <h3>|</h3>
4.fontTag = <h4>|</h4>
5.fontTag = <h5>|</h5>
6 = TEXT
6 {
current = 1
insertData = 1
fontTag = <h6>|</h6>
}
### Make sure there're no annoying divs wrapped around hx elements:
stdWrap.dataWrap >
}
More information about the TYPO3-english
mailing list