The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i turn Postbit image into hyperlink
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 |
#2
|
||||
|
||||
why not just wrap the img tag in <a href> like this
Code:
<a href="your url"><img src="$stylevar[imgdir_misc]/path/your_image.gif" border="0" alt="" /></a> hope this helps |
#3
|
|||
|
|||
That didnt do the trick, the image disappear,
thanks for trying to help |
#4
|
||||
|
||||
try this then... this is working for me !!
Code:
<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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|