Scripting / HTML <img> tag

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
Post Reply
WildChild

Scripting / HTML <img> tag

Post 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?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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
WildChild

Re:

Post by WildChild »

ahhhhhhhh Thanksssss! :)
Post Reply