Prevent Clicking of Portfolio Images
Hello,
I would just like some help with creating the code to prevent a viewer from clicking on the portfolio image.
Ex. From this page: http://cgsphotography.ca/portfolio/fractals/
I would like the user to not have the option to click on the picture and end up on this page: http://cgsphotography.ca/portfolio/fractals-2/fractals-set-2-30/
In the past I was adding the following code to each individual portfolio item, but that doesn't seem to work anymore.
<a href="page.html" onclick="return
false" > <page link</a>
Is there a global setting or custom css change that can be made to address this situation?
Thanks!
Comments
how exactly you set this image? How it looks like in the back-end?