Email header and footer

Anonymous
Not applicable

Email header and footer

I got content in the footer of my email but every time I preview it, it seems that it has cut off half of the content that is in there. Does anybody know why this is or can help me out with this issue please? Thanks.
Tags (1)
3 REPLIES 3
Edward_Masson
Level 10

Re: Email header and footer

Does it look fine when its sent to you (live)?
The preview mode does not bring in all styles and scripts and will look diferent when viewed in preview mode compared to viewing live/sent to you.
Anonymous
Not applicable

Re: Email header and footer

Check if <table>, <td> and <tr> that hold content in your footer are high enough to hold this amount of content. You might need to increase the value of 'height' attribute.
Anonymous
Not applicable

Re: Email header and footer

This is what I have for the footer...
}*/
.footer-copy {
  font-size: 11px;color: #5c5f63;
  width: 600px;
}
Would I need to add in the height attribute myself here?