Issues with Robo Help adding extra code
I am currently using RoboHelp 10 version 10.0.1.292
I am trying to write the code and then input into Robo help for future editing. I am new to HTML and RoboHelp as well.
The issue is when I add the code like so below it comes out with an added <p> </p> in robohelp code and causes the Iframe to not work for one of the drop down menus. Is it possible to disable this feature adding this in or a way to get the Iframe to still work? In screen shot is what the problem is the info highlighted after the Account portion.
My Code Below
<body>
<header>
<span id="pagetitle">Account</span>
<div id="container-pageselect">
<iframe src="Menu/MainMenu.html"></iframe>
</div>
</header>
<div id="content">
<div class="content-wrapper">
<div id="help-content">
Robo Helps Output
<body>
<header> <span id="pagetitle">Account</span>
<div id="container-pageselect">
<iframe src="Menu/MainMenu.html">
<p> </p>
</iframe>
</div>
</header>
<div id="content">
<div class="content-wrapper">
<div id="help-content">
