View Full Version : Link


Mrs Barrett
11-20-2005, 05:32 AM
I want to add a link to my site like this http://www.freewebs.com/marios-haven/affiliatesapply.htm (at the bottom) as u can see it has different pick-links for different sites
How do i do this?
Pls help

tokyo bleu
11-20-2005, 06:06 AM
Picture links?

<a href="SITE URL"><img src="IMAGE URL"></a>

Mrs Barrett
11-20-2005, 07:12 AM
do I have to create a pic first then do the link?

Paco
11-20-2005, 09:37 AM
Yes

Mrs Barrett
11-20-2005, 01:27 PM
sorry how do i set it up, I have a picture on my site but how do i actually link it to another site?

Thanks

Paco
11-20-2005, 01:44 PM
Host the picture on photobucket.com

Get the html code (The one with http:// at the start)

<a href="URL that you want here"><img src="Image source here</a>

Change the stuff in bold to your own info.

Sphere
11-20-2005, 01:51 PM
<a href="URL that you want here"><img src="Image source here"></a>

You forgot a quote and a closing bracket.
and i would put border="0" in the img tag otherwise it will show a border

Paco
11-20-2005, 02:03 PM
Thanks for that

Mrs Barrett
11-20-2005, 02:20 PM
ive done that but the pic just gets bigger when u click link

Sphere
11-20-2005, 02:44 PM
<a href="URL that you want here">

The url here is the url of the website you want to link to