What's New
Off Topix: Embrace the Unexpected in Every Discussion

Off Topix is a well established general discussion forum that originally opened to the public way back in 2009! We provide a laid back atmosphere and our members are down to earth. We have a ton of content and fresh stuff is constantly being added. We cover all sorts of topics, so there's bound to be something inside to pique your interest. We welcome anyone and everyone to register & become a member of our awesome community.

Linking Pics to sites.

Kahnai

Dedicated Member
Member
Joined
Nov 2, 2010
Posts
423
OT Bucks
1,660
Hey guys, I was hoping someone could help me.



I was wondering what the code was to turn a picture into a link.



My project:



I'm trying to make clicking on this picture:
161gaia.jpg




Take someone to this site: http://myownrpg.icyboards.net/index.php



Can anyone help? What is the code for it?
 
If you are using bbcode, you can just combine the img and url tags.











Code:
[url=http://myownrpg.icyboards.net/index.php][img]http://i47.tinypic.com/161gaia.jpg[/img][/url]





Edit:



I realized you might be referring to html. If this is the case, you can use this code.



Code:
[url=http://myownrpg.icyboards.net/index.php][img]http://i47.tinypic.com/161gaia.jpg[/img][/url]
 
It's great, but when I put that in my sig it no longer works. Does it only work in posts?
 
Nevermind, I just had to use the other one. Thanks so much for your help!
victory.gif




Ummm... I tried doing the same with a smaller pictures. You can see the tragic results:



http://i45.tinypic.com/v4cefo.jpg[/img]



It doesn't link and there is a long site name behind it...



What part of it did I do wrong? This is the code:



Code:
[url=http://myownrpg.icyboards.net/index.php[img]http://i45.tinypic.com/v4cefo.jpg[/img][/url]
 
Kahnai said:
Nevermind, I just had to use the other one. Thanks so much for your help!
victory.gif




Ummm... I tried doing the same with a smaller pictures. You can see the tragic results:







It doesn't link and there is a long site name behind it...



What part of it did I do wrong? This is the code:



Code:
[url=http://myownrpg.icyboards.net/index.php[img]http://i45.tinypic.com/v4cefo.jpg[/img][/url]





lol, you got it right. You just forgot to close the url tag.
smile.png




Code:
[url=http://myownrpg.icyboards.net/index.php][img]http://i45.tinypic.com/v4cefo.jpg[/img][/url]
 
Back
Top Bottom