PDA

View Full Version : Pleb needs code help.


KidsBeeHappy
8th September 2009, 13:18
Hi techy folk.

Pleb needs a very easy bit of code help. I am just a code virgin :redface:.

I have an image on a URL, I have a link that I want to attach to the image. What bit of html code do I need that says "get that image there, and link to this page here".

It's going on ebay, so don't need to worry about follow/no follow, image replacement etc, and all the other complicated stuff.

Many thanks
Sandra

SFD
8th September 2009, 13:24
First address is the link, second is the image url

<a href="http://www.site.com/"><img src="http://www.site.com/graphx/image.gif" /></a>

Spock
8th September 2009, 13:25
<a href="http://yoursite"><img src="http://othersite-where-image-is"></a>

damn just beat me SFD!

KidsBeeHappy
8th September 2009, 13:28
Yeay! The man from Delmonte..... He say YES!!