You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This article was created to help UK2.net clients add an image to webmail signatures.


To get started, log into your webmail account at chimail.uk2.net. Once logged in, open Settings > Mail > Signature. You will need to add HTML code for the image using the following syntax:

<img src=”URL OF IMAGE” alt=”ALTERNATE TEXT”>

Replace “URL OF IMAGE” with the path to an image on the web, and “ALTERNATE TEXT” with text that will be shown when the image isn’t or can’t be loaded.

For example, if you have an image hosted on your website at http://example.com/companylogo.jpg, and your company is Example Co., you might use the following code:

<img src=”http://example.com/companylogo.jpg” alt=”Example Co.”>

Links can be added to your signature as well, using the following syntax:

<a href=”http://example.com/page”>Link Text</a>

  • No labels