Had a very strange problem start today. On the project I'm currently creating I have started to have empty paragraphs show up on both the visual and code view... and, they KEEP MULTIPLYING every time I change views from one to the other. In the code, they look like this: " <h2-blue class="Heading"><span style="line-height:1;"><span id="" style="color: rgb(0, 39, 118);line-height: 1">FTIS Menu</span></span></h2-blue> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p><span data-conref="assets/snippets/I_FTIS_Menu_S.hts"> </span><span style="line-height:1;"></span></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> <h2-blue class="Heading">Taxpayer Information</h2-blue>" I mean there's nothing that I'm aware of that would cause this. I am inserting snippets after the headings, but there is nothing in those that would cause this, and in fact, there are places where there is only a heading and no snippet and it still inserts them. At one point, the bottom of the page had over 3,000 empty paragraph tags. Has anyone else run into this problem before? I'm at wits end. I don't see ANYTHING in the code that would do this. I've removed the "<p> <br /> </p>" tags as I did see a random reference to that as a possible issue. I'm also using a single style sheet and changed all the snippets to utilize the same style as the document to avoid a cascading issue. HELP! I'm using Robohelp version 2022.6.34 on a Windows 10 box.
... View more