|
|
Forum moderator: bigblog |
uCoz Community Communication uCoz Discussions testing of a Slideshow (please help) |
testing of a Slideshow |
i have managed to get HTML coding for a slideshow but for some reason it's not working, i know i have to put my own images in the slideshow which isn't a problem but how do i get this coding to work.
It would be appreciated if someone could help me with this. If there's any coding that i've missed please can someone who knows reply to to this and help me out. Thanks. <html> <head> <title>Slideshow<title> <link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="themesdefault/default.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> </head> <body> <div class="slider-wrapper theme-default"> <div id="slider" class="nivoSlider"> <img src="demo/images/nemo.jpg" alt="" /> <a href="http://dev7studios.com"><img src="demo/images/toystory/.jpg" alt="" title="#htmlcaption" /></a> <img src="demo/images/walle.jpg" alt="" title="This is an example of a caption" /> <img src="demo/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> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider(); }); </script> </body> </html> |
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="themesdefault/default.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> did you upload all necessary files in order to run your slideshow and if not then upload it via filemanager or FTP (File Transfer Protocol) 1F4BF3B
|
| |||
| |||