Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] HTML Email Table Width Re: [Solved] HTML Email Table Width

#59229
TheDoc
Member

You have the background color applied to the <td> BEFORE the <table>, that’s why it doesn’t appear to be getting any smaller.

Code:

You need to have the background property of "sub-content" apply to the TABLE, not the <td> before it. So, remove the background property from "sub-content" and paste it into the <table>:

<table width="466" style="background: #855525;" cellpadding="0" border="0" align="center">