Copy link to clipboard
Copied
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:
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!
Copy link to clipboard
Copied
The problem was heavily covered when RoboHelp 8 was launched. See Lists on my site.
See www.grainge.org for RoboHelp and Authoring tips
Copy link to clipboard
Copied
I think I'm missing something really big here. I went to Peter's site, but didn't find what I need.
What I'm seeing is that none of my ordered lists (ol) or unordered lists (ul) exist any more. The tags are gone! The only thing that is left are the list items in the ULs and they don't even have an li tag any more. Here's an example:
<p class="BodyLevel1">Using the <span style="font-weight: bold;">Release
Management</span> option in <span style="font-weight: bold;">Deployer
Toolkit</span>, you can do the following: </p>
<p class="Bullet1">Edit a release.</p>
<p class="Bullet1">Add a release.</p>
<p class="Bullet1">Change the order in which releases are displayed in
the user panel on the CDDS main page. </p>
<p class="Bullet1">Delete a release.</p>
<p class="Bullet1">Promote a release to the next level.</p>
<p class="Bullet1">Generate merge warnings.</p>
<p class="Bullet1" style="margin-bottom: 8.000pt;">Freeze a release. </p>
</body>
Here's an example of an ordered list:
<p class="BodyLevel1">After you edit or create a domain, you must deploy
it into an environment.</p>
<p class="Stepsn1">In the CDDS UI left navigation bar, select the <span
style="font-weight: bold;">Domain</span> that you want to deploy.</p>
What wiped these out and what can I do to get them back using a .css? I am linking to FM book files.
Copy link to clipboard
Copied
Okay, I figured this out after pouring through numerous sources. Here is how you have your unordered lists
and ordered lists display correctly in your Help project if you are migrating from an earlier verion of TCS. (I'm using structured FM and linking
my FM books to my RH project:
Hope this helps someone out.
Copy link to clipboard
Copied
Just an additional note - settings .isf files will only work when you are linking, not when you import.
Copy link to clipboard
Copied
The list stuff you need is under Lists > Upgrading.
See www.grainge.org for RoboHelp and Authoring tips
Copy link to clipboard
Copied
Thanks, Peter.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now