OK I wiped my entire CuteEditor folder and then extracted the one I downloaded today. It does work now. There must have something weird in the config files that I kept.
Any idea on how to get ordered list to display romain numerals or caps on the second or subsequent nested tier?
Here is the style that I have.
ol ol li
{
list-style-type:lower-alpha;
}
ol ol ol li
{
list-style-type:upper-roman;
}
ol ol ol ol li
{
list-style-type:upper-alpha;
}
I appreciate your help!!