Hi

Im trying to turn a tt_content field into an Image with this typoscript, 
but all get is a white background - not the text:

lib.footer = RECORDS
lib.footer {
  tables = tt_content
  source = 3
  conf.tt_content = IMAGE
  conf.tt_content {
   file = GIFBUILDER
   file {
    XY = 550, 28
    backColor = #ffffff
    offset = 10,15
    fontColor = #000000
    fontFile = fileadmin/fonts/times.ttf
   }
  }
}

Any tips?

/Brian
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to