call to action email

eniemann

New Member
how can i create a call to action type of email like the one attached? i just want to have a button that says "BUY NOW" then when you click it, it goes to my website. is that possible?
 

eniemann

New Member
stanbusk said:
Yes, is your message only made of that picture?

no but i want to do a picture with a call to action button in the middle. when you click the button it take you to our site. is that possible?
 

stanbusk

Administrator
Staff member
Yes, are you using the Styled Text format? In such case you can simply insert HTML code like:
Code:
<a href="URL_HERE"><img src="PICTURE_URL_HERE" border="0"></a>
like for example:
Code:
<a href="http://www.maxprog.com"><img src="http://www.maxprog.com/pictures/box_iCash_v2.jpg" border="0"></a>
 
Top