I have designed an html newsletter which works well in many browsers and on pc and mac platforms, but when i try viewing in firefox via Outlook Web Access, font size, color and family designations disappear. it doesnt matter if i code the TD or the P or H1 tags..
even a simple test like this gives me zilch.
<table width="100%" border="0" cellspacing="0" cellpadding="3"> <tr> <td style="font-size:11px; line-height:16px; font-family: verdana; color: #333333;"><span style="font-size:11px; line-height:16px; font-family: verdana; color: #333333;">This is a test for firefox</span></td> <td style="font-size:22px; line-height:16px; font-family: georgia; color: #ff9933;">This is a test for firefox</td> </tr> </table>
both cells look identical-- black serif 12ptish text.