-
Centre align html emails in Windows Live
Date: Sep 1, 2010 | Categories: Html | Written By: Jeff Wright
After a recent update – tables are no longer centre aligned in hotmail or Windows Live.
I have only noticed this to be an issue when browsing in Firefox and the solution is to put this in the head of your document.
<STYLE type=”text/css”> .ReadMsgBody { width:100%; } .ExternalClass { width:100%; } </STYLE>
