RH2017 - Design View Changing <ol> to <ul>
I have some text that I would like to style as a particular type of ordered list, and have tagged it as <ol> accordingly. But every time I open the topic in Design View, I see it has switched to a bullet instead of an ordered list. When I check HTML, sure enough RoboHelp has replaced my <ol> tag with a <ul> tag. This is ruining my styled text. I'd prefer to keep using the Design View to edit the topic. Is there any way to make RoboHelp leave my markup alone?
Here is the HTML...or it should be; for some reason the raw html thingy isn't showing up properly
. I will share the CSS tomorrow upon request if it would be helpful to answering the question.
<div class="mandreq">
<div class="mandreqtop">
A notice of appeal must...
<ol class="mandreqtop">
<li>be made in writing or another form authorized by the tribunal's rules</li>
</ol>
</div>
<div class="mandreqbottom">
<div class="mandreqimg">
<img src="../blah/blah.png" border="0" />
</div>
<div class="mandreqtext">
Blahblah
</div>
</div>
</div>
Message was edited by: the original poster, who doesn't know why the discussion editor isn't working either
