Image link to donate page
- J-English
- This is my homepage
- Posts: 618
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Apr 15, 2010 4:06 am
- Location: United Kingdom
Image link to donate page
I forgot how to do this,I did t his once before,whats the correct code to link the image to the donate page.
so users can click the image and takes them to the nfo donate page?
something like this..i dont know if i got it right.just an example.
I cant get it to work.Thanks.
<A HREF="https://www.nfoservers.com/donate.pl?fo ... .com"><IMG SRC="http://scottwilliams.com.au/laughlines/ ... e.jpg"></A>
so users can click the image and takes them to the nfo donate page?
something like this..i dont know if i got it right.just an example.
I cant get it to work.Thanks.
<A HREF="https://www.nfoservers.com/donate.pl?fo ... .com"><IMG SRC="http://scottwilliams.com.au/laughlines/ ... e.jpg"></A>
Re: Image link to donate page
Something like this should work;
So pretty much exactly what you have above.
Code: Select all
<a href="http://nfoservers.com/" target="_blank">
<img src="IMAGE" width="300" height="221" border="0" style="border:none;" alt="Donate" />
</a>
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Re: Image link to donate page
hmm...im trying to make a picture link to the nfo donate page..cant get it to work properly.
Re: Image link to donate page
Can you link us to the page where you are posting it?
Re: Image link to donate page
Im on my android at the moment,but i did make it work before on my forums,i just cant rememner how exactly i did it.
Basically i have picture on my photobucket and with that image i want peolle to click that image that will link them
Straight to my nfo donate page.
Image is on my forums,just need it to be clickable.
Www.gamers-live.com
Basically i have picture on my photobucket and with that image i want peolle to click that image that will link them
Straight to my nfo donate page.
Image is on my forums,just need it to be clickable.
Www.gamers-live.com
Re: Image link to donate page
It shouldn't matter unless you are posting the code within a forum topic it self. Some forums wont accept plain HTML without being enabled and some will use other types of code to identify images/links.
like so;

After looking where you have your image at this is all I am seeing.
<img src="http://i294.photobucket.com/albums/mm86 ... os/s_4.png" alt="Image">
You should be able to use this, try replacing the above with what I have below and it should work.
<a href="nfoservers.com/donate.pl" target="_blank">
<img src="http://i294.photobucket.com/albums/mm86 ... os/s_4.png" border="0"> </a>
like so;

Code: Select all
[url=http://www.nfoservers.com][img]https://www.nfoservers.com/images/nfo_banner1_100.jpg[/img][/url]
<img src="http://i294.photobucket.com/albums/mm86 ... os/s_4.png" alt="Image">
You should be able to use this, try replacing the above with what I have below and it should work.
<a href="nfoservers.com/donate.pl" target="_blank">
<img src="http://i294.photobucket.com/albums/mm86 ... os/s_4.png" border="0"> </a>
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Re: Image link to donate page
I used this
and it worked finally.Think i over did it with my previous HTML example
THANKYOU KRAZE!!!,YOU`RE THE MAN !
Code: Select all
[url=https://www.nfoservers.com/donate.pl?force_recipient=1&recipient=electricfire7@msn.com][img]http://i294.photobucket.com/albums/mm86/johnny5alive_photos/s_4.png[/img][/url]

THANKYOU KRAZE!!!,YOU`RE THE MAN !

Re: Image link to donate page
I have another question,how do i create a link on the forums that would take you straight to steam then css etc.A clickable ip address.
many thanks.
many thanks.
Re: Image link to donate page
I am glad I was able to help 
As for the clickable link..
This will open a Ventrilo
ventrilo://66.150.214.8:12350/servername=NextGenerationGaming
This should run Counter Strike: Source
steam://run/240
This one should open Steam
steam://run
You will need modify these of course but this is a simply idea of how it works.

As for the clickable link..
This will open a Ventrilo
ventrilo://66.150.214.8:12350/servername=NextGenerationGaming
This should run Counter Strike: Source
steam://run/240
This one should open Steam
steam://run
You will need modify these of course but this is a simply idea of how it works.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Re: Image link to donate page
Thanks kraze 

Re: Image link to donate page
You are very welcome
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!