Page 1 of 1

Scripting / HTML <img> tag

Posted: 2004-01-13 11:02:44
by WildChild
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?

Posted: 2004-01-13 16:14:45
by antp
Either use the option for that in Tools -> Preferences -> Export, or use the following HTML code :

Code: Select all

<img src="$$ITEM_PICTUREFILENAME" width="..." height="...">
instead of $$ITEM_PICTURE

Re:

Posted: 2004-01-13 20:03:27
by WildChild
ahhhhhhhh Thanksssss! :)