Help Appreciated.
My problem seems to be an inability to have MSN display html content that is center aligned
with a background color.
I've got a simple table for example:
Paste this into a hotmail email and you'll notice that it's off center with white space soundingCode:<html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> </head> <body> <table width="100%" bgcolor="#0066FF" border="0" style="table-layout:fixed"> <tr> <td> <table width="600" bgcolor="#fefdf9" border="0" cellpadding="0" cellspacing="0" align="center" > <tr> <td > <img src="http://advocacynet.org/wordpress-mu/chooson/files/2009/08/black-box2.jpg" alt="" width="600" height="432" border="0"></td> </tr> </table> </td></tr> </table> </body> </html>
the inside table image. Using style="table-layout:fixed was as close as i've got.
See the image below - what is creating this table padding around my image, it's supose to be only 600W.
please help thanks.
![]()



Reply With Quote
Bookmarks