Staredit Network

Staredit Network -> Miscellaneous -> how do you make a picture hyperlink?
Report, edit, etc...Posted by VizuaL on 2005-12-04 at 20:22:21
as stated
Report, edit, etc...Posted by Diggidoyo on 2005-12-04 at 21:15:43
Merge the IMG and HTTP codes together like this:

user posted image


CODE

Code I used above^
[url=http://www.staredit.net][img]http://www.staredit.net/images/stareditnet.gif[/img][/url]
Report, edit, etc...Posted by VizuaL on 2005-12-04 at 21:41:49
hmm dead did it
Report, edit, etc...Posted by KrAzY on 2005-12-04 at 21:42:04
CODE
[url=http://www.staredit.net][img][/img][/url]


In [img], you put your picture.
Report, edit, etc...Posted by Diggidoyo on 2005-12-04 at 22:00:51
Thats WRONG Krazy, read my post, that's exactly what I did.... the code changes the last [/url] to </a> for some reason and does nothing for pointing to a url.

Post the link to thread DEAD did it in... also you can just quote him and it will give you the code.
Report, edit, etc...Posted by DT_Battlekruser on 2005-12-04 at 22:04:07
CODE
[url=http://*][img]*[/img][/url]


That's how I did it.

I know what's wrong for you. Photobucket auto-links pictures to their own site. If you surround the image with a [url] tag, the html becomes

<a href="link"><a href="link to photobucket"><img src="pic"></a></a>

which clearly doesn't work. Moral of the story, don't use photobucket to link.
Report, edit, etc...Posted by Diggidoyo on 2005-12-04 at 22:08:03
Ah. Fixes my problem too. smile.gif Thanks DTBK.

user posted image
Report, edit, etc...Posted by VizuaL on 2005-12-04 at 22:10:40
thanks diggidydigo
Report, edit, etc...Posted by Syphon on 2005-12-05 at 20:26:05
QUOTE(DT_Battlekruser @ Dec 4 2005, 10:04 PM)
CODE
[url=http://*][img]*[/img][/url]


That's how I did it.

I know what's wrong for you.  Photobucket auto-links pictures to their own site.  If you surround the image with a [url] tag, the html becomes

<a href="link"><a href="link to photobucket"><img src="pic"></a></a>

which clearly doesn't work.  Moral of the story, don't use photobucket to link.

[right][snapback]371620[/snapback][/right]


Photobucket doesn't auto link if you do it right.
Next Page (1)