Email HTML & Images

Tally allows for HTML to be used in e-mail.  HTML is a web programming language that allows you to create rich e-mails that contain images, advanced formatting, tables and more.

Inserting an Image

To insert an image, when creating your e-mail or template just click HTML and then Source buttons and enter in the following code:

<img src="http://www.LINK.com/IMAGE.jpg">

Simply replace the 'http://www.LINK.com/IMAGE.jpg' with the web address of your image.

To preview, just click the Source button again.  

HTML Signature Template

You can use this HTML template as your signature.  Just copy and paste the following code into the HTML message area using the same steps as above and replace the CAPS text with your own details.

<p>Regards,</p>

<p><strong>YOUR NAME<br />

YOUR COMPANY</strong></p>

<p>P: YOURNUMBER<br />

E: <a href="mailto:YOUR@EMAIL.COM">YOUR@EMAIL.COM</a><br />

W: <a href="http://www.WEBSITE.COM">http://www.WEBSITE.COM</a></p>

<p><img src="http://www.LINK.com/IMAGE.jpg"></p>

To preview, just click the Source button again.

Back to Knowledge Base