Skip to main content
August 12, 2014
Question

Email header and footer

  • August 12, 2014
  • 3 replies
  • 914 views
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.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Edward_Masson
Level 10
August 12, 2014
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.
August 12, 2014
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.
August 12, 2014
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?