Banner Link Code?

Stationery Direct

Administrator
Staff member
Can somebody give me an example of some code that someone would add to their website and a banner would display, hope that makes sense.

So I have a banner in a folder on my server and I want to provide the code to somebody that when pasted into their webpage, the banner in question displays with a link to a specified site, including alt tag.

Is this the best way to do it? Just want to make it as easy as possible for somebody with limited knowledge to do.

Cheers for any advice.
 
Would it not be just as simple as:

Code:
<a href="http://www.graphicdesignforums.co.uk/"><img src="http://www.graphicdesignforums.co.uk/filename.extension" alt="Join the graphic design forums!" border="0"/></a>

Wouldn't that work Damon? Or have I the wrong end of the stick.
 
Last edited:
That is exactly it, on reflection it is probably something I could have just done myself if I thought about it, I'm being lazy.

Many thanks Fred :icon_thumbup:
 
Back
Top