The html is simple enough....a background image, two images in either of the top corners, and then a line. My only problem is I want the images in the corners with NO MARGIN. I have added topmargin=0 and leftmargin=0 to my <body> tag. That seems to get rid of the left margin, but I still get a top margin. When I view the source on my new message, I see that a <div> </div> has been added to my html file when it is rendered. Why is this? Is there any way to get it to not do that?
I can delete it easily enough to eliminate the top margin, but this is for a client and I want it to be perfect. Also, if it's added when rendered I'm afraid it would just be re-added when the recipient views the e-mail. Thanks in advance for any help.
I can delete it easily enough to eliminate the top margin, but this is for a client and I want it to be perfect. Also, if it's added when rendered I'm afraid it would just be re-added when the recipient views the e-mail. Thanks in advance for any help.