brett
03-10-2003, 03:51 PM
Hello
I am getting frustrated with a nested list:
<ol>
<li>blah blah
</li>
<li><ol>
<li class="listindent">blah blah</li>
<li class="listindent">blah blah</li>
<li class="listindent">blah blah</li>
</ol>
</li>
In other words I want to have 2 (a) and (b)..the problem is how to get the 2 on the same line as the (a)...Viewed in the browser the (a) always drops one line below the '2' making the design of the list look flawed to say the least!!!
Any advice?
Cheers
I am getting frustrated with a nested list:
<ol>
<li>blah blah
</li>
<li><ol>
<li class="listindent">blah blah</li>
<li class="listindent">blah blah</li>
<li class="listindent">blah blah</li>
</ol>
</li>
In other words I want to have 2 (a) and (b)..the problem is how to get the 2 on the same line as the (a)...Viewed in the browser the (a) always drops one line below the '2' making the design of the list look flawed to say the least!!!
Any advice?
Cheers