This issue only occurs on IE.
I have a paragraph :
<p>Example text. <a href="~/link.aspx?_id=B24915261EB04B28B48C4775A4C37D24&_z=z" id="Link 1">Find out more about </a><a href="~/link.aspx?_id=F54964261EB041238C4775A4C37D24&_z=z" id="Link 2">policies</a> </p>
In the design view, I select the whole paragraph and assign a new paragraph style to it (ex: Heading 1, heading 2). This one line is split into 3 different lines. Seems like IE splits by tag.
Any idea of how I can resolve this?
Cheers