Hoe kan ik extra waarden aan de <img> tag meegeven?
bijvoorbeeld: <img scr="" width="" height="" class="">
normaal is het gewoon <img scr="">
wie kan en wil mij hiermee helpen?
________________________________________________
How can i give the <img> tag extra values?
For example: <img scr="" width="" height="" class="">
normaly it is just <img scr="">
Who can and wants to help me?
Scripting / HTML <img> tag
-
antp
- Site Admin
- Posts: 9903
- Joined: 2002-05-30 10:13:07
- Location: Brussels
Either use the option for that in Tools -> Preferences -> Export, or use the following HTML code :
instead of $$ITEM_PICTURE
Code: Select all
<img src="$$ITEM_PICTUREFILENAME" width="..." height="...">