Xequte User Forums
Xequte User Forums
Profile | Join | Active Topics | Search | Forum FAQ
     
Forum Tips
» This forum is for users to discuss their software problems and suggestions for improvement.  Remember that only a tiny percentage of our users experience such problems (To be precise less than 0.7% have ever posted on this forum)
» Include your software version number (as displayed in the About Box)
» Check the FAQ before posting as most common questions have already been answered
» You don't need to also e-mail us separately as our support team will respond to all questions on this forum
 
 All Forums
 Xequte User Forums
 MailList King
 HTML Email formatting - spaces at the top

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

  Attach a photo to your post
 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
irpworks Posted - Sep 17 2007 : 21:55:01
When sending emails with a background graphic as stationary, there is a space at the top before the content is to begin so that the 'stationary header' shows. It always looks fine in my Outlook and other programs I've tested with. (Version 6.28R)

However several users with Outlook 2007 (and a few odd programs) report that the content of my email starts at the top of the page - over the graphics in the background - making them hard to read. When they send the emails back to me it appears that way for me too.

Is there a change in coding that I can do to ensure that the content begins below the top graphic?

Currently I am coding with a BODY topMargin=150 tag. It seems to work and has worked but I'm getting more and more complaints. Maybe a change in Microsoft Outlook? Any advice is appreciated.

Forgive if this is covered in the forums, I searched and did not find it.
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 18 2007 : 16:47:34
Hi

I can't see any reason that Outlook 2007 should render HTML differently than earlier versions, so perhaps it is modifying the HTML in some way (for reasons we cannot understand).

At any rate, TopMargin is not a universally accepted tag so you should avoid its use:

http://www.idocs.com/tags/document/_BODY_TOPMARGIN.html

I think it would be preferable to use CSS in the header:

<style>
<!-- body { margin-top: 150px; } -->
</style>

Nigel
Xequte Software
nigel@xequte.com