Knowledge Base Home Drag & Drop Editor
My links in HTML email aren’t working
Please ensure you have used "absolute links" pointing to your server.
Instead of coding your link like this:
<a href="myfolder/index.htm">Click here for more info</a>
You should make sure your links are coded like this:
<a href="http://www.mysite.com/myfolder/index.htm">Click here
for more info</a>
View some of our html email templates