Hello,
The extension scrolls a HTML content, it can be a simple text or text with image(s). Just place necessary content in "Content" parameter in module settings. If you want to show several images into the scroller, place the next HTML code in "Content" parameter:
Code: |
<img src="LINK_TO_IMAGE1" />
<img src="LINK_TO_IMAGE2" />
...
<img src="LINK_TO_IMAGEN" />
|
Where LINK_TO_IMAGE1 is a link to an image.
If you want to create hyperlinks for images, use the next code:
Code: |
<a href="http://www.ari-soft.com"><img src="LINK_TO_IMAGE1" /></a>
<a href="http://www.google.com"><img src="LINK_TO_IMAGE2" /></a>
|
Regards,
ARI Soft