I'm trying to insert a link on a picture so when users click the image located in a post, they are re-directed to a webpage on my site. But at the moment when they click the image, the image pops up. How do I get he 'insert url' to stick to my image?
The only solution I've come up with is turning on html in posts for administrators. Using code like this:
<a href="../forum.php><img src="../mypictures.jpg alt="Pictures" /></a>
It works unless I edit the post. If I edit the post, the code get's re-written and no longer links to the image.
Can someone please help
The only solution I've come up with is turning on html in posts for administrators. Using code like this:
<a href="../forum.php><img src="../mypictures.jpg alt="Pictures" /></a>
It works unless I edit the post. If I edit the post, the code get's re-written and no longer links to the image.
Can someone please help

Comment