A: You will need to add what is called "HTML" to the Email Confirmation Template. Fortunately the HTML code to add an image is very simple ! Here is an example of what the HTML would look like :
Here's a quick and easy explanation of what all this means.
- The angle brackets "< >" start and stop the the HTML code. Make sure you don't forget these !
- The HTML code between the brackets 'IMG SRC= http://www.mywebsite.com.au/images/logo.gif ' simply says "display an image from the website address that follows. (you just replace the website in this example with your own website address and path to the filename)
Note : The actual image file (in this example logo.gif) needs to available on your website so if its not please upload to your website first.