Discovery Gaming Community
img linking - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: The Community (https://discoverygc.com/forums/forumdisplay.php?fid=4)
+--- Forum: Media Center (https://discoverygc.com/forums/forumdisplay.php?fid=18)
+--- Thread: img linking (/showthread.php?tid=13270)



img linking - maderj241 - 10-24-2008

OK, so I got a sig, thanx to Teufelich, now, what do I need to do to make it so that if you click on the image it'll take you someplace, like the story for the character?




img linking - Linkero - 10-24-2008

' Wrote:OK, so I got a sig, thanx to Teufelich, now, what do I need to do to make it so that if you click on the image it'll take you someplace, like the story for the character?


ok.....I am going to use my sig as an example and my render topic as an example.

First you want to get the url of the topic. For example:
Code:
http://discoverygc.com/forums/index.php?showtopic=24543


Then you want to get the link to the image
Code:
http://i271.photobucket.com/albums/jj152/LinkeroVX9/discovery/sigs/Mine/winstonsig-1.gif


Now for the bbcode tags. here is an example with mine:

Code:
[url=http://discoverygc.com/forums/index.php?showtopic=24543][img]http://i271.photobucket.com/albums/jj152/LinkeroVX9/discovery/sigs/Mine/winstonsig-1.gif[/img][/url]

the "[url=" is the link to the topic. in between the url and /url you can have text or an image. if an image then you need to have the img tags. Here is what mine would be using the exact code from above:

[Image: winstonsig-1.gif]

as you my see, when you scroll over it, you get "link" If ya click it, you end up being directed to the link that you specify.


Hope that helped!


img linking - maderj241 - 10-24-2008

I believe that did the trick, thank you very much


img linking - Linkero - 10-24-2008

Glad I could help!


img linking - Teufelich - 10-24-2008

ahhh nice nice Dev.

glad to see you got it up and the link working too.:)