link an image in typoscript

I found this pretty useful to put several little banners in a row (simply do so by creating more COA objects). Please observe that the image file is taken from the resource field of the template (mind the asterisk *).

Link to an internal page id in TYPO3 by setting the parameter to an integer, otherwise insert the URL where you want to link to.

  1. lib.linkedimage = COA
  2. lib.linkedimage{
  3.   10 = IMAGE
  4.   10.file=someimage*.gif
  5.   10.stdWrap.typolink.parameter=4
  6.   20 = IMAGE
  7.   20.file=fileadmin/images/anotherimage.gif
  8.   20.stdWrap.typolink.parameter=http://www.snippit.net
  9. }
  10.  
Last update: 10.04.2006

Did this document help you?

Yes: Write us what helped you

Ok, but: Suggest improvements, report inaccuracies etc.

not helpful: Tell us what would have helped