How do I direct an image to a link?
Moderator: Moderators
-
twilightprincess
- Posts: 367
- Joined: Sat Feb 17, 2007 12:28 am
- Location: Western Australia Gender: Male
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Either:
<a href="http://benheck.com/phpBB/viewtopic.php?t=18586"><img src="http://img172.imageshack.us/img172/2097 ... 8.png"></a>
or:

You can't use the Imageshack "my.php?" link. You need the direct image link.
http://img172.imageshack.us/img172/2097/eco64qb8.png
Not
http://img172.imageshack.us/my.php?image=eco64qb8.png
Code: Select all
<a href="LINKGOESHERE"><img src="IMAGEURLGOESHERE"></a>or:
Code: Select all
[url=LINKGOESHERE][img]IMAGEURLHERE[/img][/url]
You can't use the Imageshack "my.php?" link. You need the direct image link.
http://img172.imageshack.us/img172/2097/eco64qb8.png
Not
http://img172.imageshack.us/my.php?image=eco64qb8.png
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
twilightprincess
- Posts: 367
- Joined: Sat Feb 17, 2007 12:28 am
- Location: Western Australia Gender: Male
