0
Email Viewed as Web Page Scrolling Too Much
This email, when viewed as a webpage, has far too much extra space at the bottom. It doesn't show up when previewed, nor does it appear when viewed as an email. I can't seem to figure out what is causing there to be so much space.
http://view.e-halldata.com/?qs=c96971489bed9cb2768c4eb10dcea0c480de5cfffbfb2f44a0d5235c62aeb8afc5c34bcf0a1915c0081d477426762f698220ddd032967295366688fd433efa43c82e5be8f5d09df6
It looks like it's the final image in the email (which looks like it might be some sort of tracking image). The HTML
width
andheight
attributes are set to1
, but if you can add in the following to help:style="height: 1px;"
That should force that image to be one pixel tall in browsers. Here's how it looks after inspecting and fixing the issue:
In the raw code, before it goes through the email, that final image is actually just this code to track opens: <custom name="opencounter" type="tracking"></custom>. i tried adding the width/height/style, but exacttarget (what we send our emails out with) says its then missing the code to track opens.