Author Topic: Including simple branding/logo  (Read 1716 times)

lenie

  • Posts: 4
    • View Profile
Including simple branding/logo
« on: July 26, 2008, 12:36:15 pm »
how do i add a simple logo to my outgoing messages?
simon

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Including simple branding/logo
« Reply #1 on: July 28, 2008, 09:30:06 pm »
Hi Simon,

In order for any graphics to appear you would need to send an HTML message.  The image to display would need to be uploaded to your site via FTP and accessible via a URL, referenced to in the message.

For example:
Code: [Select]
<html>
<body>
<img src="http://example.com/email-images/top-logo.gif"><br>
<br>
Welcome to our newsletter!<br>
<br>
More stuff here....
</body>
</html>

I recommend a Google for html tutorial to learn more about formatting fonts, setting up tables (for multiple columns), links, etc.

To avoid having to create a text version of your messages, which is required for those email clients that do not support HTML or have it disabled, I recommend simply using a message code of the type "Link to HTML" as the text message.

Please let me know if I can be of further assistance

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting