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/

Reply via email to