how to embed a link in a graphic

J

jceagle

i would like to embed my site url into my gif banner so when people post my
banner on there web site they do not have to link it to mine like up load the
banner and the link is already there
 
S

Steve Easton

Can't be done in an image. ( .gif, .jpg )

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
D

Dan L

You can provide the HTML code instead and ask them to copy and paste it to
place it on their web site.

<a href="yourwebsite.com" target="_blank"><img src="yourlogo.gif" border="0">
 
Top