[TYPO3-english] Link with RealURL

Lorenz Ulrich lorenz-typo3 at visol.ch
Mon Dec 27 21:40:19 CET 2010


Hi Ktt

Is that your real name?

 > I would like to manually insert a link in multiline value statement so,
 > that it would be opened using RealUrl
 >
 > temp.some = TEXT
 > temp.some.value (
 > <div class="stay_connected_icon"><a href="index.php?id=103" 
alt="Twitter" title="Twitter" target="_blank"><img 
src="fileadmin/media/scn_icons/twitter.png" /></a></div>
 > )
 >

Yes. As you want to link an image, generate an image element and link it 
with stdWrap.typolink:

temp.some = IMAGE
temp.some {
   file = fileadmin/media/scn_icons/twitter.png
   altText = Twitter
   titleText = Twitter
   stdWrap.typolink.parameter = 130
   wrap = <div class="stay_connected_icon">|</div>
}

Best regards,


Lorenz


Am 27.12.2010 20:27, schrieb ktt:


More information about the TYPO3-english mailing list