• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » Communication » uCoz Discussions » testing of a Slideshow (please help)
testing of a Slideshow
ExGAssass1n
Posts: 32
Reputation: 0

Message # 1 | 3:24 PM
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>
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 12:34 PM
ExGAssass1n, provide the website address where this code is not working.
I'm not active on the forum anymore. Please contact other forum staff.
HELTE
Posts: 8
Reputation: 0

Message # 3 | 9:33 AM
give me slideshow html code guys bcoz im new user thanks for ucoz website
Cyberdasm
Posts: 639
Reputation: 7

Message # 4 | 2:37 PM
Quote ExGAssass1n ()
<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
uCoz Community » Communication » uCoz Discussions » testing of a Slideshow (please help)
  • Page 1 of 1
  • 1
Search: