Quote:
Originally Posted by matheus21
Hello friends ,
when I put a link image in my post it does not direct to the link but to the image, can someone help me
when i click on the image it opens me the image instead of the link, does anyone know the error
Code:

here on vbulletin.org is correct on my site no
|
You should use the following structure:
<a href="https://www.mylink.com">
<img src="smiley.gif" alt="image description" style="width:100px;height:100px;border:0;"></a>
Obviously you should adjust the parameters to suit your needs.