View Full Version : CSS- list style types???


vicary
05-19-2003, 07:03 AM
Ok, I want to use this list style type...


<OL>
<LI STYLE="list-style-type: decimal"> List Item
<LI STYLE="list-style-type: lower-alpha"> List Item
<LI STYLE="list-style-type: upper-alpha"> List Item
<LI STYLE="list-style-type: lower-roman"> List Item
<LI STYLE="list-style-type: upper-roman"> List Item
</OL>


.....the thing is, can I center all my text in the body of my page without centering this somehow? Or better yet, what do I need to do in order to just align this list to the left?

thanks....confused about this one...

vicary
05-19-2003, 11:07 AM
all on my own! Go figure! LOL