RH9: Same old story; can't get image bullets to display
Using TCS3, FM10, RH9 in Windows XP.
I have custom bullets that I would like to use for my bulleted lists. No matter what I do in the CSS, I still get the standard black bullets. (I know I should be grateful for any bullets at all, but I would really like my blue bullets.) My blue bullets are in my project as both images and baggage files.
Here's what my CSS looks like for one of my bullets:
P.Bullet2 {
font-family: Tahoma;
margin-top: 7pt;
margin-bottom: 7pt;
font-size: 11pt;
margin-left: 0.5pt;
color: #000000;
list-style: url(hollow_blue_bullet.png);
}
LI.p-Bullet2 {
font-family: Tahoma;
font-size: 11pt;
color: #000000;
list-style: url(hollow_blue_bullet.png);
I have created a test project and linked it with a CSS where I have stripped out the Bullet2 tags. I thought if I stripped it out, I could rebuild it. I also deleted the Bullet2 style in RH. So I no longer have a FM Bullet2style mapped to a RH Bullet2 style.
I then created a Bullet2 style in RH with the formatting including my blue bullet. However, I don't have the Bullet2 RH style to map to anymore.
Here are my question:
- How do I get a new style to become available to map to?
- How do I get my unordered lists to have image bullets?
Thanks in advance!
