Can anyone tell me how I can have an ordered list with <ol> and <li> tags that will have the list as follows: (a) (b) (c) (i) (ii) (iii) (A) (B) (C) We are working with a CSS and within a govt environment, so need to meet accessibility standards; ie, can't be code that will only work on a limited number of OS or browsers. Thanks in advance. Thanks. However, I would like to know how to add the parentheses around the list item; eg (a) so like this instead of a. this or (i) this instead of i. this. Thanks