JanuaryJones
01-10-2012, 06:45 AM
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:
<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>
Paste this into a hotmail email and you'll notice that it's off center with white space sounding
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.
http://i177.photobucket.com/albums/w238/perrycomo/Screenshot2012-01-10at110717AM.png
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:
<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>
Paste this into a hotmail email and you'll notice that it's off center with white space sounding
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.
http://i177.photobucket.com/albums/w238/perrycomo/Screenshot2012-01-10at110717AM.png