Hi Mark,
This is what im at:
Creating a HTML + CSS setup that looks good in a browser then port it over to email style format using Premailer:
http://premailer.dialect.ca/
It ports the CSS from an external file to inline styles,
The thing is to get it to display 100% in outlook you need to include the external CSS file which needs the <head></head> section, the problem with this is that some mail clients render this as a big div tag and it fills up a 100-150px space at the top.
Hope this helps!
Myles
The only reason Im including the head element is for the :hover CSS elements to still act like they should and include the CSS stylesheet link to help with outlook (from the premailer webpage)
If i dont include the stylesheet link and hover links i get funky formatting on the menu on the left but no gap at the top so thats a good start!
I guess I’ll need to find another way of formatting :hovers and the other elements that arent included..?