[TYPO3] Funky Heading

Susanne Moog mail at susi-moog.de
Thu Oct 19 08:05:36 CEST 2006


Scotty C schrieb:
> - Take the text from the Left column and place it in
> #heading1#

I have a solution, but only if it is enough to write "head offices" 
there and not the whole content from the left column.

>>>
>>> subparts.TOPHEADING < styles.content.getLeft
>>> subparts.TOPHEADING.1 = TEXT
>>> subparts.TOPHEADING.1 {
>>> offset = 100,1
>>>      fontSize = 15
>>>      fontColor = black
>>>      fontFile = fileadmin/fonts/ARCHITRN.TTF
>>> }
>>>

subparts.TOPHEADING = IMAGE
subparts.TOPHEADING {

     file = GIFBUILDER

   file {

     XY = 120, 50

     transparentBackground = 1

     10 = TEXT

     10 {

       text = Head Offices

       fontSize = 15

       fontFile = fileadmin/fonts/ARCHITRN.TTF

       fontColor = black

       offset = 10,10

     }

   }

}

If you have the marker on every site you have to wrap all of this into a 
condition (see TSref -> conditions), so that it only appears on the 
contact page.

HTH,

Susanne





More information about the TYPO3-english mailing list