Hi all,

I am building an email for Outlook 2007, oh joy. I am aware that you
can no longer use background images, that's fine. The one thing I want
to confirm is whether the background colour will disappear when you
nest a table inside your TD. I can't test here, but this will cause me
a lot of pain.

So, for example:

<table cellpadding="10" cellspacing="0" border="0">
        <tr>
                <td bgcolor="#000000">
                        <table cellpadding="0" cellspacing="0" border="0">
                                <tr>
                                        <td>Some text</td>
                                </tr>
                        </table>                        
                </td>
        </tr>
</table>

Will I lose my black background there on the outer table, or can I
just add it again to the inner table? Obviously the outer table has a
cellpadding of 10, so I need the black background to appear on both.

Thanks for any help.
Cheers
Paul


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to