adamci
10-20-2007, 04:40 PM
Hey I'm trying to add the Dynamic Content Slider into my website. I have everything correct and the slider appears in the site, its just that there is no content, just blank. I would just like to have one main picture for each slide that is hyperlinked when clicked.
This is my code for the slider:
<div id="slider1" class="contentslide">
<div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
</div>
<div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
</div>
<div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
</div>
</div>
<div class="pagination" id="paginate-slider1"></div>
<script type="text/javascript">
//Define: ContentSlider("slider_ID", [autorotate_miliseconds], [custompaginatelinkstext], [customnextlinktext])
ContentSlider("slider1", 3000)
</script>
Is there something wrong? Nothing shows in the slider. Again I would just like one image for each slide that is linked to a page...no text or anything. Any help?
This is my code for the slider:
<div id="slider1" class="contentslide">
<div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
</div>
<div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
</div>
<div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
</div>
</div>
<div class="pagination" id="paginate-slider1"></div>
<script type="text/javascript">
//Define: ContentSlider("slider_ID", [autorotate_miliseconds], [custompaginatelinkstext], [customnextlinktext])
ContentSlider("slider1", 3000)
</script>
Is there something wrong? Nothing shows in the slider. Again I would just like one image for each slide that is linked to a page...no text or anything. Any help?