I'm trying to create a sidebar, which I haven't had to do in Flare before. I'm using a text box and setting it to float right. When I set the float, the list items properly flow around it, but they lose their numbering (in both the XML Editor and PDF output). Screen cap:

The code behind the page:
Code: Select all
<li>Click <b>Edit</b>. The Select Database Column dialog opens.</li>
<li>From the Table Name drop-down menu, select the table from which you would like to add a column. The Table Name drop-down field populates with the tables available in the tab.</li>
</ol>
<div style="width: 1.5in;height: 4in;float: right;padding-left: 3px;padding-right: 3px;padding-top: 3px;padding-bottom: 3px;border-left-style: solid;border-left-width: 1px;border-left-color: ;border-right-style: solid;border-right-width: 1px;border-right-color: ;border-top-style: solid;border-top-width: 1px;border-top-color: ;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: ;background-color: #dcdcdc;">
<p> </p>
</div>
<ol MadCap:continue="true">
<li>From the Column Name drop-down menu, select the column you would like to add. The Column Name drop-down field populates with the columns from that table. Only columns that do not already exist in the Field Chooser or on the tab are available to add.</li>