Hi,
Is it possible that Prince ignores the start attribute for ordered lists? For example something like the following does not give the desired result:
Is there any way to set the start value using CSS? Other suggestions?
-John
Is it possible that Prince ignores the start attribute for ordered lists? For example something like the following does not give the desired result:
<ol start="4">
<li>Four</li>
<li>Five</li>
</ol>
<ol start="2">
<li>Two</li>
<li>Three</li>
</ol>
Is there any way to set the start value using CSS? Other suggestions?
-John
John Clarke
Cornerstone Systems Northwest Inc.