replace the href url with "#" in all the links and add this code into the ShowImage(picCode) function
Code:
var l_oImgLink = document.createElement("a");
l_oImgLink.setAttribute("href",picArray[picCode]);
l_oImgLink.setAttribute("title",txtArray[picCode]);
l_oImgLink.innerHTML = "Show full size image";
document.getElementById('img_text').appendChild(l_oImgLink);
BTW bit later than planned the other half decided to go shopping seeing as "we are already in town"!! 
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
Last edited by chrishirst; 09-08-2008 at 03:25 PM..
|