I work with another individual that works with Front page. Files that he creates or edits that I then open with sublime editor have a blank line in between every line. For instance:
<p align="center"><h2>Saturn Vue 2008<br>installation instructions</h2><br>
<img border="0" src="2008-saturn-vue.jpg" width="800" alt="Saturn Vue installation instructions 2008"></p>
<p> </p>
When on his text editor it look like this.
<p align="center"><h2>Saturn Vue 2008<br>installation instructions</h2><br>
<img border="0" src="2008-saturn-vue.jpg" width="800" alt="Saturn Vue installation instructions 2008"></p>
<p> </p>
Clearly this has something to do with the return.
Any thoughts would be helpful.
Regards,
Dennis Boone