- Started
- Last post
- 7 Responses
- BULBO
I want to learn to build HTML email, is it OK to use CSS Stylesheets or will the email app not recognise this?
Is it better to use just tables?
cheers
- pixelchef0
Use tables, don't use css.
:)
- BULBO0
OK, sounds good. Looking at the design that may be the easier option anyhow
- OBBTKN0
Use tables and define styles in tags, no link to external css.
Some email clients don´t read the info that´s upon the body tag.
- BULBO0
thanks
- heavyt0
yeah, you are best off coding to low standards.
I will sometimes use inline styles, to bet a more precise look (ie. font-size), but always making sure that it looks accepable even if that rule isnt interpretted.
- myobie0
take a look at the templates at campaignmonitor and mailchimp
they are a good start
- BULBO0
take a look at the templates at campaignmonitor and mailchimp
they are a good start
------
Thanks