Thanks for your time.
I follow the tutorial, and then the video, but I can not get it to work.
My head looks like this
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
And in my body is
<div class="slider-wrapper theme-default">
<div id="slider" class="nivoSlider">
<img src="images/walle.jpg" alt="" />
<a href="http://dev7studios.com"><img src="images/nemo.jpg" alt="" title="#htmlcaption" /></a>
<img src="images/toystory.jpg" alt="" title="This is an example of a caption" />
<img src="images/up.jpg" alt="" />
</div>
</div>
<div id="htmlcaption" class="nivo-html-caption">
<strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
</div>
And at the bottom of the body, right before it closes, is
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
I literally copy and pasted everything… I have no idea what is wrong. Any insight is greatly appreciated.
Thanks so much
You are not pointing to the correct location for your js and/or css files. Based on your code they should be in the root directory along with this page.