Hallo zusammen...
gibt es eigentlich eine Möglichkeit im GIFBUILDER etwas bottom zu positionieren 
?
Meine Anforderung ist in etwa wie folgt:

bei wenig Text im Subtitle erfolgt kein Umbruch

############
##        ##
##  bild  ##
##        ##
############   hier eine grafische Textzeile.

bei viel Text soll dann umgebrochen werden, aber unten bündig bleiben

############
##        ##
##  bild  ##   hier die erste grafische Textzeile,
##        ##   hier die zweite grafische Textzeile,
############   und hier die dritte grafische Textzeile.

bei mir siehts noch so aus, weil ich den Offset nicht in Abhängigkeit von der 
Zeilenzahl kriege

############
##        ##
##  bild  ##
##        ##
############   hier die erste grafische Textzeile,
               hier die zweite grafische Textzeile,
               und hier die dritte grafische Textzeile.
___________________________________________________________________________________

hier mein gekürztes TS:
lib.product_box_title = COA
lib.product_box_title {
  10 = IMG_RESOURCE
  10 {
    file = GIFBUILDER
    file {
      XY = [10.w]+20,[10.h]+20
      transparentBackground = 1
      10 = TEXT
      10 {
        text.data = page:title
        fontSize = 52
        offset = 0,52
      }
      20 = TEXT
      20 {
        text.data =  page:subtitle
        fontSize = 16
        offset = [10.w]+20,52
        breakWidth = 350
      }
    }
    stdWrap {
       ...
    }
  }
}



--
Ralf-René Schröder
http://if-20.com  ... YAML templates for TYPO3
______________________________________________
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an