Hello,
I'm using HtmlTextBox with 2 levels of Unordered Lists, but they're all showing on the same indent level.. meaning the bullet points on the inner UL are different, but indentation is flat, so impossible to tell they're sub-bullets.
same thing is happening with nested Ordered List.
my html is structured ad:
I'm using HtmlTextBox with 2 levels of Unordered Lists, but they're all showing on the same indent level.. meaning the bullet points on the inner UL are different, but indentation is flat, so impossible to tell they're sub-bullets.
same thing is happening with nested Ordered List.
my html is structured ad:
<
ul
>
<
li
>..</
li
>
<
li
>..</
li
>
<
ul
>
<
li
>...</
li
>
<
li
>...</
li
>
</
ul
>
</
ul
>