hello,
you can use the PIDupinRootline condition, look at following example (assuming your root page has page id 1):
page.bodyTag >
page.bodyTagCObject = TEXT
page.bodyTagCObject.value= <body id="home">
[PIDupinRootline=1]
page.bodyTagCObject.value= <body id="sub">
18-Jan-2012 05:39:25 Melia Melia schrieb: Stands back from the kybeoard in amazement! Thanks! Typolink
02-Jan-2012 22:48:33 Dietmar schrieb: Doch, genau das soll es doch sein. Sonst könntest Du ja die Seiten in der Vorschau nicht... Eigenes vhost für das TYPO3 Backend
do you also have a way to give the body of the frontpage one id (or class) and all the other subpages another class?
frontpage
<body id="home">
all other subpages
<body id="sub">
Thanks!
you can use the PIDupinRootline condition, look at following example (assuming your root page has page id 1):
page.bodyTag >
page.bodyTagCObject = TEXT
page.bodyTagCObject.value= <body id="home">
[PIDupinRootline=1]
page.bodyTagCObject.value= <body id="sub">
[end]
Add comment