Microsoft Outlook 2010 issues
		
		
		
		
		
		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>