I want to create an email template with anchor color red, it should be with !important declaration to avoid inheriting other style values.
Unfortunately it is not render properly in Outlook 2007/2010... Any one have similar experience? Issue related to !important tag support in Outlook.
I have listed my code here, Please have look.
<body><table width="500" border="1" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<td>Lorem Ipsum is simply dummy text into <a href="#">electronic</a> typesetting, and more recently with <a href="#" style="color:#F30408 !important;">desktop</a> publishing software like Aldus PageMaker including versions of Lorem Ipsum.</td>
</tr>
</tbody>
</table>
</body>