If you’d like to create an email signature within Axigen, please keep in mind that the signature will only be used when you send emails from within the Axigen webmail interface. If you want to add a signature to emails you are sending from email software such as Outlook, that needs to be set up in the software.
This process is a little more complicated, as it requires you to input HTML code to make an image appear in your signature. If you do not at all feel confident doing this, you can enlist the help of a web developer to create the HTML code for your signature. The code you need to add is as follows: <img src="http://domain.com/path/to/image" alt="my image signature" width="100" height="100"> This is some generic HTML code that you need to modify to make it work for you.
src is the URL for your image
width and height will determine how large your image appears
alt is the alternative text that will be shown if the image cannot be displayed for some reason
To input this code into your signature, you need to select the HTML edit option and paste in the snippet.