HTML links in styled message?

stanbusk

Administrator
Staff member
Yes, you can use the Hyperlink Manager *or* write the HTML code directly like for example:
Code:
<a href="URL_HERE">VISIBLE_TEXT_HERE</a>
and if you want to insert an online picture with a link:
Code:
<a href="URL_HERE"><img src="PICTURE_URL_HERE" border="0"></a>
 
Top