I used a style= in my <ol> tag to specify a margin-left value with less indentation. See the screenshot and sample MyEditScreens.config snippet below.
<EditTips ShowIcon="true" Title="How To Check Out" ImageURL="Images/xp_bulb.gif"
TipContent="<ol style="margin-left:25px;"><li><p>Enter the borrower name or number.</li><br><br>
<li>Type or scan item bar codes into the Items box, each on a separate line. </li><br><br>
<li>Select a loan term from the Term of Loan drop-down list.</li><br><br>
<li>Click the <b>Check Out</b> button.</li></ol>"/>
Note: I used two <br> instead of <p>stuff</p> because it resulted in less vertical space between steps, and was easier than tracking down the line-spacing style for the <p> tag.
No comments:
Post a Comment