How to make Banner link to webpage

ricky_small99

New Member
ok i have a image that i want to send in an email that links to my website. can somebody point me in the right direction. im using outlook express to send the emails. i done it before but was awhile ago just need some1 to jog my memory.
 
You could use this, I think:

<a href="www.yoursite.com"><img src="linktoyourpic" width=62 height=30></a>

The bold text can be changed to whatever you need, for the
<img src="linktoyourpic"
you can use ImageShack to host your pic and use the Direct Link to picture as the "linktoyourpic"
 
Last edited:
Back
Top