How can my student have an Ordered list followed by an Unordered list without the second list being indented in outline form?
Hi @kferguson,
If I am understanding your question correctly, you would like a numbered list followed by a bulleted list without indentation? You would create the two lists with open and closed ols and uls such as in this example. I also assumed they did not want the inherent whitespace that follows a closed list. To eliminate that, I added margin-bottom:0; and margin-top:0; styles to the ol and ul tags in the CSS sheet.
Let us know if this was not what you were thinking:)
Good luck!
~Michelle
1 Like
Creative solution with the margins!