I've been trying to develop a slideshow similar to the one showcased on this website.
First of all: I am using Kompozer. My website is not yet live as I am still in the process of putting it together on my computer. To give you an idea, here is the directory where all my website files are stored: (C:\Documents\Website).
Following advice from other members on this platform, I downloaded the latest version of jQuery from jquery.com and installed it on my computer under this path: (C:\Users\Documents\Website\jQuery).
Now onto the main issue. I have added jQuery and the $carousel scripts in the body section of my website's code as shown here (line 69): http://jsfiddle.net/e2hsgh65/
<html> <head> <title>template</title> <style type="text/css"> #headers {
margin: 0 auto;
...
About MEB ZONE
<br>Terms Of Service
<br>Return Policy
<br>Privacy Policy
<br>Company Information</div>
</div>
</div>
</body>
</html>
The script seems to be malfunctioning completely... Any suggestions?