Quote Originally Posted by jenpen View Post
I found a script for a slideshow. There's HTML, which I've put on the page, with a link to the script in the root folder of the site. There is also CSS which I've added to the template stylesheet.

The images show but the script isn't working.
http://www.consciouslightproductions...index&cPath=10

Can anyone see why?
The link to the script appears to be invalid

Code:
<script src=\"http://www.consciouslightproductions.com/store/breathslider.js\" type=\"text/javascript\"></script></div>
Try it without escaping the quotes:
Code:
<script src="http://www.consciouslightproductions.com/store/breathslider.js" type="text/javascript"></script></div>
Cheers
RodG