[TYPO3-german] Alt und Titel Attribut bei IMAGE/GIFBUILDER

JoH asenau info at cybercraft.de
Sun Oct 28 02:26:01 CEST 2007


> temp.cheader = IMAGE
> temp.cheader {
>     altText.field = title
>     titleText.field = title
>     file = GIFBUILDER
>     file {
>       XY = 400,30
>       backColor = #6d6c72
>       format = jpg
>       10 = TEXT
>       10 {
>         text.data = page : title
>         fontColor = #FFFFFF
>         fontSize = 20
>         fontFile = fileadmin/font/OttomatBook.otf
>         offset = 0,20
>         }
>    }
> }
> lib.headline < temp.cheader
>
>
> Das ganze baut eine Überschift als Bild zusammen. Problem an der Sache
> ist, dass Title- und Alt-Attribut leer sind. Google und Co haben mir
> immer als Lösung altText.field = title genannt. Hat aber bei mir keine
> Auswirkung. Mir würde es ja schon reichen wenn im alt der Titel der
> Seite erscheinen würde. Kennt das Problem einer von euch? Hat einer
> eine Lösung?

Wenn Du doch im GIFBUILDER mit
text.data = page : title
erfolgreich bist, wieso nimmst Du's nicht auch für die beiden anderen
Parameter?
altText.data = page : title
titleText.data = page : title

Ich nehme mal an, Du benutzt TV?
Da funktioniert der Zugriff über
blahblah.field = whatever
nicht und Du mußt stattdessen immer mit
blahblah.data = page : whatever
arbeiten, um ein Ergebnis zu bekommen.

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-german mailing list