Thank you very much DrByte. Just the info I was after and gives a much better understanding. Funny, as I use view source all the time but never thought of using it in this instance
I have done as you said and removed the unnecessary stuff from the head/tags. Added the pics 123 to the images folder of my custom template.
What I don't quite understand is where to place this part that fires up the Js from the head:
HTML Code:
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
You say "Stuff it into the jscript folder for the pages you want it to load on, and use the prescribed filenaming convention."
Do you mean to give it it's own file, and then name it jscript_nivoslider.js ? Or..
Stuff it in the main slider.js file I have in there?
Also, only some of my images are being picked up. The background pic is, but the logo is not for example. The images are sitting in my images folder of my custom template. I know I've made a stupid schoolboy error somewhere