Note that there are some explanatory texts on larger screens.

plurals
  1. POResponsive email table keeps breaking - what is causing this?
    primarykey
    data
    text
    <p>I'm working on an HTML Email which is working perfectly in the multiple email client/browser combinations I need to support save for this one problem which I just cannot figure out. I have a table that is <code>600px</code> (which is the width of the email) wide and within this there is another table which is comprised of a top and bottom 'curve' image which has some text in the middle. As this email is responsive, when the browser window is made smaller the inner grey table just 'breaks'. I know this because I am using Litmus to test across a multitude of browser/email clients combinations.</p> <p>Note: this ONLY happens when email is "resized" i.e. only on mobile email clients. If you look at the below fiddle, the portion I am talking about is the inner grey box that begins <code>The Victims of Fraud...</code>. This box (when resized) just will not play nice. I have tried everything I can think of, using padding, removing padding, nested tables and everything inbetween. It's driving me crazy. </p> <p>In order to see what I mean open the fiddle then make the <code>HTML</code> window smaller.</p> <p>Here is a fiddle to try and illustrate what I mean: <a href="http://jsfiddle.net/39gzj/2/" rel="nofollow">http://jsfiddle.net/39gzj/2/</a></p> <p>UPDATE: If you look using Firebug / Chrome Developer Settings, you will see that for some reason the table has this magic <code>2px</code> added to the inner grey table. This is what I need to eradicate!</p> <p>UPDATE 2: Tried again with what was posted in the comments but again this does not work.</p> <p><a href="http://jsfiddle.net/39gzj/2/" rel="nofollow">http://jsfiddle.net/39gzj/2/</a></p> <p>UPDATE 3 - I've even tried using a media query to explicitly resize this middle box but it still doesn't work. Here is the updated fiddle; <a href="http://jsfiddle.net/39gzj/5/" rel="nofollow">http://jsfiddle.net/39gzj/5/</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload