liamC
Member
Registered: 28th Feb 04
User status: Offline
|
I'm creating a HTML newsletter but need to have all of the CSS inside the tables under the <style> tag to ensure it all styles as it should. Inside the <head> tag doesnt work in HTML Newsletters.
So has anyone any idea how can I make the links style inside the <style> tags under the a: ? (IE: Different colours etc)
I have the normal styles working fine, but a but confused how you do it with the links
See below
code: <table width="850" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#FFFFFF;">
<tr>
<td height="43" bgcolor="#011F5B" style="padding-left: 15px;"> Text here.<a href="http://www.domainlink.com/" target="_blank">www.domainlink.com</a></td>
</tr>
</table>
[Edited on 10-09-2008 by liamC]
[Edited on 10-09-2008 by liamC]
|