Vertically aligned title in TS


/ Published in: TYPO3
Save to your folder(s)

This TS creates a title vertically.


Copy this code and paste it in your HTML
  1. temp.menu = IMAGE
  2. temp.menu {
  3. wrap = |
  4. file = GIFBUILDER
  5. file {
  6. XY = 140,[20.h]+80
  7. backColor = #EEEEEE
  8. 20 = TEXT
  9. 20 {
  10. case = upper
  11. angle = 90
  12. text.field = title
  13. fontSize = 39,26
  14. fontFile = fileadmin/fonts/xy.TTF
  15. fontColor = #CCCCCC
  16. offset = 80,[20.h]+60
  17. }
  18. }
  19. }

URL: http://snippets.typo3.org/c/59/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.