Any way to add HTML links in a styled message? Or must we use html messages to include any links?
F franky New Member Jul 24, 2009 #1 Any way to add HTML links in a styled message? Or must we use html messages to include any links?
stanbusk Administrator Staff member Jul 24, 2009 #2 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>
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>