Click to See Complete Forum and Search --> : Help with indent problem? Please help...


andyalean
03-04-2005, 04:20 PM
Hello Html Coders,I have a problem with alignment in my html block.This block is a ordered list of two items.
Mainly here I am dealing with one item to start under this is a section sign indented with accompany of a Heading on the same line.
Under this is bullet points of unordered list items(*).

My problem is I need to indent the prevoius mentioned unordered list items(*) under the section sign indented with accompany of a Heading on the same line.

eg O big Bullet heading
1. Ist heading of ordered list
S(section sign) Heading
*problem here needed indent to ->|to d of Head|
Bullet points of ul


Thank you for looking please help.

Snitchcat
03-05-2005, 01:18 AM
You mean something like this?


<ul><li>Heading 1
<ol><li>List 1
<ul><li>Subheading
<ul><li>list item</ul>
</ul>
</ol>
</ul>