Pretty sure it has something to do with HTML hence post to front page
--
------
"JethroUK�" <re...@the.board> wrote in message
news:Omlg%23ASFK...@TK2MSFTNGP03.phx.gbl...
--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/
Outlook Tips by email:
dailytips-sub...@lists.outlooktips.net
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:
EMO-NEWSLETTER-S...@PEACH.EASE.LSOFT.COM
"JethroUK�" <re...@the.board> wrote in message
news:Omlg#ASFKH...@TK2MSFTNGP03.phx.gbl...
Don't use Enter to separate lines. Use Shift-Enter instead. "Enter" creates
a <p> in HTML whereas Shift-Enter creates <br>, which is likely what you want.
--
Brian Tillman [MVP-Outlook]
"David B." <ma...@nomail.net> wrote in message
news:#It6EMSF...@TK2MSFTNGP02.phx.gbl...
HTH
"GLMoore" <GLM...@discussions.microsoft.com> wrote in message
news:996F41CB-0BDE-4273...@microsoft.com...
but if nobody on fp knows the answer then so be it
"Tom Willett" <t...@youreadaisyifyoudo.com> wrote in message
news:OnUipMpF...@TK2MSFTNGP02.phx.gbl...
I'll have a go at answering. I don't use Outlook myself, but Outlook Express
has an option to edit the HTML code which it generates when Format | Rich
Text is selected .You could have a look here and see if the signature is put
into a separate paragraph i.e. within <p> </p> tags. Assuming that the
signature is an image, it may look something like this:
<p>
<img href='sig.jpg'...........>
</p>
This para may have default double spacing or there may be CSS which
specifies double spacing. Taking it out of the para may solve it, e.g.
replace the above by:
<br>
<img href='sig.jpg'...........>
<br>
This should give a line break before and after the image. Another way may be
to add CSS to change the para margins
BTW,
My comments here are just guesswork. Seeing the actual HTML would give me
(and others) a better idea
--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org
"JethroUK�" <re...@the.board> wrote in message
news:eQTd3htF...@TK2MSFTNGP02.phx.gbl...