[Typo3-UG Oesterreich] Seitentitel ausgeben

Franz Kratochvil typo3 at kratochvil.com
Mon Nov 22 22:21:12 CET 2004


news.netfielders.de wrote:
^^^^^^^^^^^^^^^^^^^^
Bitte richtigen Namen eingeben!

Hi,

> subparts.Headline < {
>     10.text.field = title
>     10.offset = 1,23
>     10.align= left
>     10.fontSize= 21
>     10.fontFile = TREBUCBD.TTF
>     10.fontColor = #333333
>     10.niceText = 1
> }
> 
> Kann mir bitte einer sagen wo das Problem liegt?

Das Problem ist folgendes: das ist falsch. ;-)

Probier mal sowas (musst natürlich anpassen...):
------
temp.headline = IMAGE
temp.headline.file  = GIFBUILDER
temp.headline.alttext = field
temp.headline.alttext.field = title
temp.headline.file {
   XY = 610,75
}
temp.headline.file.10 = TEXT
temp.headline.file.10 {
   text.field = title
   offset = 1,23
   fontFile = TREBUCBD.TTF
   fontColor = #333333
   fontSize = 21
   }

subparts.Headline < temp.headline
------
Tipp: GIFBUILDER in der TSRef anschauen: 
http://typo3.org/documentation/document-library/doc_core_tsref/GIFBUILDER-1/

hth,
Franz
-- 
... Always remember that you are absolutely unique. Just like everyone 
else. -- Margaret Mead



More information about the TYPO3-at mailing list