TCS3; can't get bullets to display
TCS3 (RH9/FM10) in Windows XP. Linking FM books to RH.
Just upgraded from TCS1 and everything that worked fine there, no longer works. My bullets just aren't displaying. Here's what I've done:
- The custom bullets are in baggage files in the project.
- I've gone to Project Settings and selected the bullet paragraph styles, and then selected Convert Autonumber to RoboHelp list. (What's the difference between RoboHelp list and Autonumber list, anyway?)
- I'm using a .css. Here is a sample for the Bullet1 style:
P.Bullet1 {
font-family: Tahoma, sans-serif;
font-size: 11pt;
text-indent: 0pt;
margin-left: -14pt;
margin-bottom: 5pt;
list-style-image: url(new_blue_bullet.png);
}
LI.p-Bullet1 {
font-family: Tahoma, sans-serif;
font-size: 11pt;
text-indent: 0pt;
margin-left: -14pt;
margin-bottom: 5pt;
list-style-image: url(new_blue_bullet.png);
}
I tried to make a change in RoboHelp using Styles, but got the following nonsensical message:
"If you wish to update Bullets and Numbering property, please modify the List style "p-StepsBullet". Autonumbering changes made to this Paragraph style "StepsBullet" will come into effect from here after, and will not be reflected in the existing content. Do you wish to proceed?"
I understand that this message is telling me to go to my .css and fix the style, and that the change will be made to everything but the topic that I have open. (The wording could sure use some help.) When I chose to continue, I got a completely bewildering List for Autonumbering dialog box.
Couldn't really find anything in Help or the forums.
Will everything start wrapping correctly too, once the bullet issue is taken care of?
Thanks so much!
