Results 1 to 1 of 1

Thread: Can't center Align or display BG color in Emails.

  1. #1
    Join Date
    Jan 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can't center Align or display BG color in Emails.

    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:

    Code:
    <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.

    Last edited by JanuaryJones; 01-10-2012 at 07:23 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •