View Full Version : How do i turn Postbit image into hyperlink
seaweed
05-15-2008, 11:44 PM
Here is the current code
https://vborg.vbsupport.ru/showthread.php?t=167170
I would like the pic to be a hyperlink, if possible.
tia
veenuisthebest
05-16-2008, 12:06 AM
why not just wrap the img tag in <a href> like this
<a href="your url"><img src="$stylevar[imgdir_misc]/path/your_image.gif" border="0" alt="" /></a>
hope this helps
seaweed
05-16-2008, 12:20 AM
That didnt do the trick, the image disappear,
thanks for trying to help
veenuisthebest
05-16-2008, 12:34 AM
try this then... this is working for me !!
<a href="yourfile.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/path/your_image.gif" border="0" alt="" /></a>
this is exactly my code in to hyperlink the header logo image. do not forget to change the bold values
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.