Re: Disable clicking of Slideshow
Hi,
That one's already been answered here - http://www.mojoportal.com/htmlmodule.aspx
Cheers,
Ian
Note: Links you place within the elements of a slide show will not be clickable. You can work around this by adding some JavaScript code to your links as follows:
onclick="window.open(this.href,'_self');return false; "