Why do Outlook send double line feeds in HTML mail?

G

Guest

In outlook 2007 it's impossible to write a single line feed. If i write:

----------
Hi,
Here is my mail.

Thanks,
My name
--------------

It will show up like this in other mail clients:

--------------
Hi,

Here is my mail.


Thanks,

Myname
-------------------

Appearantly, the editor in Outlook, doesn't show it's own html correct. Is
there really no way to have a line feed be like a line feed - a single <br>?

Holding shift while pressing enter makes no difference - both shows like a
single line feed in the editor.
 
B

Brian Tillman

James said:
In outlook 2007 it's impossible to write a single line feed.

No it's not. Hold the Shift key as you press Enter. The Enter key by
itself means <p> (new paragraph) in HTML, while Shift-Enter means <br> (line
break).
 
G

Guest

You are wrong. In the copy of Office 2007 i installed some days ago, Word has
the bahaviour you mention. Enter = paragraph, Shift+Enter = Line break.

In Outlook though, Enter and Shift-Enter works exactly the same. Both is
VISUALLY only a line break. But in the source code of the message it is: <p
class=MsoNormal> no matter what. I can't find any way to make a <br> line
feed in Outlook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top