Microsoft Outlook 2010 issues

From CoreInfo
Revision as of 17:53, 4 June 2012 by Admin (talk | contribs) (Created page with "== Double space on last line of text/paragraph == If you are getting double spacing on your last line of a paragraph then it is possible this will fix it. * Doesn't work <pre> <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Double space on last line of text/paragraph

If you are getting double spacing on your last line of a paragraph then it is possible this will fix it.

  • Doesn't work
<span>text goes here.</span>
  • Does work
    Added a space between "here." and ""
<span>text goes here. </span>