You can earn 20% on all sales generated through your affiliate links.
All Joomla templates developed by HotJoomlaTemplates.com are integrated with Lightbox script. Lightbox allows you to include simple galleries in your content pages. We will explain here how to use this feature on your site. You can use Lightbox for single images (click on small image opens larger image) or for series of images (slide show).
If you don't know HTML, you can use built-in Joomla editor. Here's what you need to do to make a mini gallery, using Joomla editor:
HTML view should look close to this example:
<p id="gallery">
<a href="images/stories/sample1.jpg" title="Step 2"><img src="images/stories/sample_small1.jpg" border="0" width="136" height="100" /></a>
<a href="images/stories/sample2.jpg" title="Step 3"><img src="images/stories/sample_small2.jpg" border="0" width="120" height="100" /></a>
</p>