Custom bullets in RH7 aren't working in RH8
I'm on my last day test driving TCS2 on Windows XP. I've linked my FM books to my RH8 project.
I had lovely bronze custom bullets in RH7. Here's the HTML code for the style called Bullet1:
<li class=p-Bullet1><p class=Bullet1><span style="font-weight: bold;">Selecting
a Task Manager-level Command</span>. Use this drop-down list in the <span
style="font-weight: bold;">Task Managers</span> panel to execute commands
that affect specific instances of a Task Manager role on a logical server.</p></li>
The description follows:
Bullet1 + font-family: 'Adobe Garamond Pro', serif;
font-size: 12.0pt;
list-style: url(solid_square_bullet_bronze.png);
margin-left:-.25in;
In RH8, however, I'm not getting my custom bullets. All I'm getting is a list with an "n" where the bullet should be. I have searched the forums and tried all suggested fixes, but I still don't have my custom bullets.
Here's the code as it appears in RH8:
<p class="Bullet1"><span class="FM_ZapfDingbatbronze">n   </span> <span
style="font-family: Garamond, serif;">You are assigned a Business
Analyst role by the system administrator.</span></p>
Description:
Please help. I'm been spinning my wheels for days on this.Normal + font-family: 'Adobe Garamond Pro', serif;
font-size: 12.0pt;
list-style: url(solid_square_bullet_bronze.png);
margin-left:-.25in;
I have put the .png file in the baggage files. When I highlight the text that is supposed to be Bullet1, RH displays it as fm_bullet1, even though I have repeatedly mapped it to RH Bullet1. Here's what I did:
I used Conversion Settings and selected the FM Bullet1 and mapped it to the RH Bullet1. I then edited the style. From the Styles list I selected
P-Bullet1 from the List category. Description follows:
LI + font-family: 'Adobe Garamond Pro', serif;
font-size: 12.0pt;
list-style-image: url(solid_square_bullet_bronze.png);
margin-left:-.25in;
RH displays my lovely custom bullet in the preview, but it never gets applied. :
