Difference between revisions of "HTML Newsletter Resources"
From GLMWiki
(New page: === External Links === * [http://www.campaignmonitor.com/css/ Guide to CSS support in Email] at CampaignMonitor.com * [http://www.sitepoint.com/code-html-email-newsletters/ How to Code HTM...) |
(→External Links) |
||
Line 1: | Line 1: | ||
+ | HTML Emails are not web pages, and should not be treated as such. | ||
+ | The biggest difference lies in the fact that they are read by Email clients, instead of web browsers. | ||
+ | |||
+ | |||
=== External Links === | === External Links === | ||
* [http://www.campaignmonitor.com/css/ Guide to CSS support in Email] at CampaignMonitor.com | * [http://www.campaignmonitor.com/css/ Guide to CSS support in Email] at CampaignMonitor.com | ||
* [http://www.sitepoint.com/code-html-email-newsletters/ How to Code HTML Email Newsletters ] at SitePoint.com | * [http://www.sitepoint.com/code-html-email-newsletters/ How to Code HTML Email Newsletters ] at SitePoint.com |
Latest revision as of 10:15, 8 August 2011
HTML Emails are not web pages, and should not be treated as such. The biggest difference lies in the fact that they are read by Email clients, instead of web browsers.
External Links
- Guide to CSS support in Email at CampaignMonitor.com
- How to Code HTML Email Newsletters at SitePoint.com