I'm new to CMS made simple and I have been asked by someone to make some changes to their site which is made in CMS made simple.
They want me to add a link to an image slider on their homepage which should be very very simple but I cannot find anywhere to add a link to the slider images.
If I go to Content->Pages then click on the template called home I see this
Code: Select all
<div id="mainBanner">
<a href="#" class="next"></a>
<div class="scroll">
<div class="pics">
{content block="Image Slider" }
</div>
</div>
</div><!-- end mainBanner -->
Code: Select all
<img src="uploads/images/home/1a.jpg" alt="" />
<img src="uploads/images/home/2a.jpg" alt="" />
<img src="uploads/images/home/3a.jpg" alt="" />
<img src="uploads/images/home/4a.jpg" alt="" />
<img src="uploads/images/home/5a.jpg" alt="" />
<img src="uploads/images/home/6a.jpg" alt="" />
Can someone tell me how to acheive this seriously basic task?
Thankyou