[TYPO3] Eliminating extra div around headers

wes currier typo3 at wesfx.com
Fri Mar 17 01:51:39 CET 2006


I actually did it like that. I will look into your added parameters though, as I just took the bare necessities..

Thanks, wes


#### Content header:
#### Remove extra div around header elements

lib.stdheader = COA
lib.stdheader {
      stdWrap.dataWrap = |
      }


Rob De Vries wrote:
> lib {
>      stdheader {
>          stdWrap {
>              # remove DIVs around headings
>              #dataWrap =
>              # remove comments for headings
>              prefixComment =
>          }
>          # remove class for the first heading on the page
>          3.headerClass =
>          3.headerClass.noTrimWrap =
>          # remove BR after headings
>         # 10.stdWrap.wrap =
>      }
> }
> 
> just uncomment what you need
> 
> grtz
> rob



More information about the TYPO3-english mailing list