Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
Hi, On Fri, May 23, 2008 at 12:41 PM, Tapio Markula <[EMAIL PROTECTED]> wrote: > Christopher Torgalson >> >> If you need more flexibility, there's also this kind of thing: >> >> page.bodyTagCObject = HTML >> page.bodyTagCObject { >> value { >> data = page:uid >> wrap = >>

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Christopher Torgalson > > If you need more flexibility, there's also this kind of thing: > > page.bodyTagCObject = HTML > page.bodyTagCObject { > value { > data = page:uid > wrap = > } > } I have used that but that doesn't help problem relating HTML-templates if you use

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
On Fri, May 23, 2008 at 9:56 AM, Georg Ringer <[EMAIL PROTECTED]> wrote: > Tapio Markula wrote: >> If the body täg has not been defined the body tag is just >> The problem is that sometimes the body tag in the template should be >> untouched (because of certain background definitions, which are >

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Georg Ringer
Tapio Markula wrote: > If the body täg has not been defined the body tag is just > The problem is that sometimes the body tag in the template should be > untouched (because of certain background definitions, which are > different in different templates). use css! georg ___

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
Hi, On Fri, May 23, 2008 at 8:33 AM, Michael Niemann <[EMAIL PROTECTED]> wrote: > Hello, > > I think you can only modify the body tag through TypoScript as it's never > taken from your template: If Templavoila is used, then the opening body tag CAN be taken from the template automatically. >

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Tapio Markula kirjoitti: > Michael Niemann kirjoitti: >> Hello, >> >> I think you can only modify the body tag through TypoScript as it's >> never taken from your template: > > > I tried to add contant for the color and installed contant editor > (plugin 'constant_editor') > > But using it I g

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Michael Niemann kirjoitti: > Hello, > > I think you can only modify the body tag through TypoScript as it's never > taken from your template: I tried to add contant for the color and installed contant editor (plugin 'constant_editor') But using it I got No constants available There are no edi

[TYPO3] Problem with BODY tägs

2008-05-22 Thread Tapio Markula
Hi If the body täg has not been defined the body tag is just The problem is that sometimes the body tag in the template should be untouched (because of certain background definitions, which are different in different templates). How to a) disable altering the body tag b) make for Typo3 condit