Some of our users were complaining about automatically added empty rows in their texts. I could reduce the problem to the following html code snippet:
<h1>
<span style="font-family: times new roman;">Create Instrumentation Loops</span>
</h1>
<p>
<span style="font-family: times new roman; font-size: 11pt;">bla bla bla </span>
<span style="font-family: times new roman; font-size: 11pt;">another text
<p>loop object</p>
</span>
</p>
<p> </p>
<h1>
<span style="font-family: times new roman;">Functional Requirements</span>
</h1>
Every time you switch between design or html view (or every time you save) a new line is added (<p> </p>).
What can I do to avoid this?
Winfried
<h1>
<span style="font-family: times new roman;">Create Instrumentation Loops</span>
</h1>
<p>
<span style="font-family: times new roman; font-size: 11pt;">bla bla bla </span>
<span style="font-family: times new roman; font-size: 11pt;">another text
<p>loop object</p>
</span>
</p>
<p> </p>
<h1>
<span style="font-family: times new roman;">Functional Requirements</span>
</h1>
Every time you switch between design or html view (or every time you save) a new line is added (<p> </p>).
What can I do to avoid this?
Winfried