swolk
01-12-2007, 10:33 AM
I have a web page that I need to use to send out in an email to folks who signed up for our newsletter, but there are issues. Here's what's going on:
The email service that we're using includes a footer in the email. No problem. But the test emails that we've sent show up with formatting problems. The footer will either show up at the top of the page where our logo is, or in the middle of the page on top of existing text and images. In Hotmail, the message itself runs over the bottom edge of the white message box onto the blue page below, making it impossible to read.
I contacted the support for this email service and they told me that "absolute positioning" is the problem. I don't know HTML that well; I used Dreamweaver 8 to create the page. But when I look at the code I can see the command for "position:absolute" there. Is there an easy way to make it so this is not a problem? Is there an alternative command that I can insert, or is this somethiing that I can remove altogether?
Any advise would be awesome. Thanks.:confused:
The email service that we're using includes a footer in the email. No problem. But the test emails that we've sent show up with formatting problems. The footer will either show up at the top of the page where our logo is, or in the middle of the page on top of existing text and images. In Hotmail, the message itself runs over the bottom edge of the white message box onto the blue page below, making it impossible to read.
I contacted the support for this email service and they told me that "absolute positioning" is the problem. I don't know HTML that well; I used Dreamweaver 8 to create the page. But when I look at the code I can see the command for "position:absolute" there. Is there an easy way to make it so this is not a problem? Is there an alternative command that I can insert, or is this somethiing that I can remove altogether?
Any advise would be awesome. Thanks.:confused: