Code: Select all
<body>
<h3>Account</h3>
<p class="listStart" MadCap:autonum="1. ">Information - general merchant information, such as name, address, country, currency, phone number, bank account information, billing cycle, batch close time; users will see different information depending on their hierarchy</p>
<p class="list" MadCap:autonum="2. ">Settings - view only</p>
<p class="list" MadCap:autonum="3. ">Parameters - view only</p>Code: Select all
<body>
<div class="MCBreadcrumbsBox"><span class="MCBreadcrumbsPrefix">You are here: </span><span class="MCBreadcrumbsSelf">webSuite User Guides</span><span class="MCBreadcrumbsDivider"> > </span><span class="MCBreadcrumbs">Navigating - Quick Reference</span>
</div>
<h3>Account</h3>
<table class="AutoNumber_p_listStart" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
<col style="width: 21px;" />
<col style="width: 24px;" />
<col style="width: auto;" />
<tr>
<td valign="top" />
<td class="AutoNumber_p_listStart" valign="top"><span>1. </span>
</td>
<td class="AutoNumber_p_listStart" MadCap:autonum="1. " valign="top">Information - general merchant information, such as name, address, country, currency, phone number, bank account information, billing cycle, batch close time; users will see different information depending on their hierarchy</td>
</tr>
</table>
<table class="AutoNumber_p_listStart" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
<col style="width: 21px;" />
<col style="width: 24px;" />
<col style="width: auto;" />
<tr>
<td valign="top" />
<td class="AutoNumber_p_listStart" valign="top"><span>2. </span>
</td>
<td class="AutoNumber_p_listStart" MadCap:autonum="2. " valign="top">Settings - view only</td>
</tr>
</table>
<table class="AutoNumber_p_listStart" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
<col style="width: 21px;" />
<col style="width: 24px;" />
<col style="width: auto;" />
<tr>
<td valign="top" />
<td class="AutoNumber_p_listStart" valign="top"><span>3. </span>
</td>
<td class="AutoNumber_p_listStart" MadCap:autonum="3. " valign="top">Parameters - view only</td>
</tr>
</table>
then i ran the webhelp output and every numbered list that is now a p list has borders around it. i suspected it was a table, and the code says so.
the font is also not right. it looks like it's the default font vs. what i set in the stylesheet.
here is the css for my p.list (same for p.listStart except for the auto-number part)
Code: Select all
p.list
{
mc-auto-number-format: '{n+}. ';
margin: 0px;
margin-bottom: 0px;
padding-bottom: 3px;
padding-left: 0px;
text-indent: 0px;
mc-auto-number-position: outside-head;
mc-auto-number-offset: 24px;
margin-left: 45px;
}