Author Topic: Font  (Read 1332 times)

tunji

  • Posts: 5
    • View Profile
Font
« on: February 24, 2006, 06:32:14 am »
I have just purchased ListMail software. Can you please tell me how I can change the font and font size?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Font
« Reply #1 on: February 26, 2006, 05:07:40 pm »
Greetings,

To change the font in email messages you must send HTML.  A CSS stylesheet should work as long as it appears in the body (at least for HotMail).

ie.

<html>
<body>
<style type="text/css" rel="stylesheet"><!--
body { font: 10pt verdana; color: navy; background-color: white; }
.bigbold { font: bold 12pt verdana; color: black; }
.italicred { font: italic 10pt verdana; color: darkred; }
--></style>
This is the "body" style.<br>
<span class=bigbold>This is the "bigbold" style><br>
</body>
</html>

If CSS doesn't work you may need to use standard <font> HTML tags.

When sending HTML the text section is always included  (it's required) for email clients that don't support HTML.  You may simply want to use a message code of the type "Link to HTML" as your text message to prevent having to create two copies of your email.

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