[Typo3] Set default header type to "Layout 1" for first content element and "Layout 2" for the following

Martin Rud typo3 at explizit.dk
Sat Nov 12 19:02:14 CET 2005


Hi

I found the solution myself: I don´t need TS, it is just a matter of 
css, thanks to TYPO3´s default rendering:

This style hits the 1´th h1:

div.csc-header-n1 H1 {
	some styling
}

This style hits the x´th h1:

div.csc-header-nX H1 {
	some styling
}

Martin Rud wrote:
> Hi list
> 
> Can I, via Typoscript, set the default header type to "Layout 1" for the 
> first content element on a page and to "Layout 2" for the following 
> content elements on a page?
> 
> Regards, Martin Rud



More information about the TYPO3-english mailing list