Jump to content

[vB] Linking Image to <A href>$phrase</a>


Xplorer4x4

Recommended Posts

Ok I have a basic HTML link here, but as you will see the link is then set up to process a phrase from vBulletin. I want to be able to place an image in the post bit and then have the image link to the linked phrase.This probably makes no since but take a look and I think you will understand.

<a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS">$userinfo[host]</a>

Is the linked phrase. I want to be able to display an image that when clicked processes the linked phrase.Some examples I tried,

<a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS"><img src="link here to image">$userinfo[host]</a></img>

and

<img src="link here to image"><a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS">$userinfo[host]</a></img>

Any help is greatly apreciated. Thanks.

Link to comment
Share on other sites

<a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS"><img src="xxx.jpg" /></a>

or

<img src="xxx.jpg" onclick="window.open('http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS','', 'width=350,height=350')" />

Link to comment
Share on other sites

<a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS"><img src="xxx.jpg" /></a>

But then your not proccesing the vbphrase....Tried it and it did not proccess the phrase.
<img src="xxx.jpg" onclick="window.open('http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS','', 'width=350,height=350')" />

Then the image doesnt even show up.Don;t worry about it. I was trying to use it in a diffrent template then it was designed for and the template wont proces the phrase. Thanks anyways.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...