[TYPO3] making a custom header

Christopher bedlamhotel at gmail.com
Thu Apr 20 03:45:02 CEST 2006


Hi,

On 4/19/06, Borut Rozman <jedo at zipp.nu> wrote:
> I am trying to do a custom header (text on image with gifbuilder) like this
>
> lib.stdheader.10.5.file  {
> 10 = IMAGE
> 10.file = GIFBUILDER
> 10.file = {
> XY = 560,46
> 10 = image
> 10.file = fileadmin/jodelexpress/images/7-002b-jodel_10.jpg
> 20 = TEXT
> 20.text.case = upper
> 20.offset = 15,25
> 20.fontColor = #e73c00
> 20.fontFile = fileadmin/fonts/arial.ttf
> 20.fontSize = 16
> 20.spacing = 0
> 20.niceText = 1
> 20.antiAlias = 1
> }
>
> }
>
> lib.stdheader.10.5.wrap = | <br>
>
> I just get blank image... what am I doing wrong?
>

All looks ok except for this:

10.file = {

...change it to

10.file {



-Christopher



More information about the TYPO3-english mailing list