Copy link to clipboard
Copied
I have a question. I have asked this in prior posts, but will try again bc it is a big problem for me. I've created ordered and unordered list styles for 3 levels. I have cleared formatting in the lists that I'm having trouble with and I have clicked the "none" option in the bullets and numbering toolbar buttons at the top of RH. Level 1 applies fine. But, when I try to Tab to move in to level 2 it doesn't work. I've looked through CSS code and I feel like it's right, but I'm obviously missing something. I will add some screenshots and attach an example of what is happening.
This first screenshot is the desired outcome. This is the document in Word that we imported into RH. The highlighted text is where the problem is (one area I'm haivng the problem, althought it's happening in most all of the files we are importing. ) I'm needing to change the existing bullets to lower-alpha numbers. I cleaer the formatting on the existing lines and then apply my NumList style that I created in RH. Level 1 looks great, but when I press tab, nothing happens.
Here is a screenshot of the highlighted code right in the same area of where this problem is happening.
I'll attach my entire CSS file in Notepad. I'm applying the NumList style (which i created) and then using my tab key (or trying to, anyway)and the Word file that we are using to import. The specific location of the problem in the Word doc is page 2 bulleted items (I'm trying to change them to 2nd level style <ol> If anyone knows why this is doing this, please let me know. I'm on a tight deadline (3:00pm) and don't have time to mess with this. Thanks.
Copy link to clipboard
Copied
Wouldn't those bullets under point #4 be an unordered list (<ul>)?
Copy link to clipboard
Copied
The goal is to take the bullets out completely and change the bullets to a level 2 of the <ol> so that we don't have bullets mixed in with numbers.
Copy link to clipboard
Copied
Your CSS contains paragraph styles <p> set up as lists. Lists start OL and UL. Very different thing and probably why you are having issues.
I have emailed you with an offer of a web session later this week. What you have posted here is sufficient. No need to send what I have requested.
________________________________________________________
My site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.
Copy link to clipboard
Copied
I just responded. Thanks, Peter.
Copy link to clipboard
Copied
I created a test using your stylesheet. While the screenshots are from RH2019 it should work this way in RH2022. See if you can follow the same steps in a fresh test topic.
I pasted your CSS into a test stylesheet and set up a sample topic using that stylesheet.
I selected the plain paragraphs and click NumList in the Styles panel. The numbering applied as you see.
Next I selected two paragraphs and pressed Tab. The selection created a nested list with lower-alpha numbering.