Using Highslide
I want to use Highslide because I'm using custom image links in my CMS setup. I know I need to place the following code in headerinclude but will it interfere with anything?
<script type="text/javascript" src="/highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="/highslide/highslide.css" />
<script type="text/javascript">
// override Highslide settings here
// instead of editing the highslide.js file
hs.graphicsDir = '/highslide/graphics/';
</script>
Thanks
Mark
NB - I know the part link rel="stylesheet" interferes with thumbnail because it seems to shift the thumbnail 'close' text to above the image
|