Bob,

Email support for CSS is an odd creature, indeed!  I spend half of my day
trying to figure out what will work and what won't sometimes!

Anyway, first off you're going to want to avoid using percentages and ems
for fonts - I know Hotmail doesn't support it and I'd bet that a lot of
others don't either.  Stick with your basic px extension and you should be
fine.

Also, it's probably a good idea to go with inline styles for most of your
CSS, since the majority of email programs have different ways of handling
the CSS stylesheet tag - some allow it, others remove it completely!  In
fact, you can probably get a good of how email programs will perform if you
remove everything from <doctype> through <body>.  If you are going to link a
stylesheet, do it at the beginning of the content, not in the header.

A good article on this is here:
http://www.campaignmonitor.com/blog/archives/2007/04/a_guide_to_css_support_in_emai_2.html.
It's got a list of what every email client supports, and most of what I said
above I got from there, too.

Tim
http://www.timpalac.com/blog/
IM: TymArtist

On Nov 6, 2007 5:51 PM, Bob Meetin <[EMAIL PROTECTED]> wrote:

> I have a newsletter which is being sent out by dada mail, however it is
> not recognizing the custom font sizes defined either in the CSS file,
> with inline CSS or plain ole HTML.
>
> Clearly the stylesheet is being read (actually it looks like dada parses
> it into the message) as if I change background colors or something
> general it shows.
>
> .custom_caption {
> background: #aaa;
> background: #000;  /* this works */
> font-size: .8em;
> font-size: 80%;
> font-size: 10px;
> }
>
> The font sizes fail either in a stylesheet or inline CSS.
>
> Over...
>
> --
> Bob Meetin
>
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to