Question
List / Bullet Styles in RH7
I've created a style sheet in my RH7 project to correctly
format second, third, and so on level lists. Here's a portion:
UL {
list-style-type: disc;
}
UL UL {
list-style-type: circle;
}
UL UL UL {
list-style-type: square;
The problem is that RH7 automatically applies in-line styles to list elements, so my style sheet has no impact. I don't want to have to manually re-format every list I create; that's why I have the style sheet. Is there a trick or a setting to get RH7 to not assign styles to lists, so my styles from the stylesheet can work?
Thanks,
Tom
UL {
list-style-type: disc;
}
UL UL {
list-style-type: circle;
}
UL UL UL {
list-style-type: square;
The problem is that RH7 automatically applies in-line styles to list elements, so my style sheet has no impact. I don't want to have to manually re-format every list I create; that's why I have the style sheet. Is there a trick or a setting to get RH7 to not assign styles to lists, so my styles from the stylesheet can work?
Thanks,
Tom
