Image link to donate page

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
User avatar
J-English
This is my homepage
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

Post by J-English »

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>
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Image link to donate page

Post by kraze »

Something like this should work;

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>
So pretty much exactly what you have above.
@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!
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Image link to donate page

Post by J-English »

hmm...im trying to make a picture link to the nfo donate page..cant get it to work properly.
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Image link to donate page

Post by Edge100x »

Can you link us to the page where you are posting it?
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Image link to donate page

Post by J-English »

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
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Image link to donate page

Post by kraze »

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;

Image

Code: Select all

[url=http://www.nfoservers.com][img]https://www.nfoservers.com/images/nfo_banner1_100.jpg[/img][/url]
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>
@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!
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Image link to donate page

Post by J-English »

I used this

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]
and it worked finally.Think i over did it with my previous HTML example 8O


THANKYOU KRAZE!!!,YOU`RE THE MAN ! :D
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Image link to donate page

Post by J-English »

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.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Image link to donate page

Post by kraze »

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.
@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!
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Image link to donate page

Post by J-English »

Thanks kraze :)
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Image link to donate page

Post by kraze »

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!
Post Reply