Copy link to clipboard
Copied
Copy link to clipboard
Copied
I've literally spent the last 20 years teaching paragraph numbering in MS Word to adults of varying skill level.
****
Of absolutely no relevance. I did explain why Adobe had separated all the settings you are working with. It's a bit like saying I have taught English for 20 years and saying you are having trouble with German where I believe sentence. construction is different.
I understand your frustration but long posts like this don't help solve the problem. I will be back later next week and will try to help you then. Send me your CSS and Word document explaining and showing what you are trying to achieve.
________________________________________________________
My site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.
Copy link to clipboard
Copied
Dear Jennifer,
I can sense your frustration, and it's completely understandable. Transitioning from the familiar territory of Microsoft Word to the vast ocean of HTML and CSS can be quite a challenge. I'll try to help with some analogies to the world of Word as well. The base for all this is HTML and CSS, which gives almost endless possibilities for formatting lists (you can find some beautiful examples of list formatting ideas for example here).
Let's go through some of the terms you see in the user interface and explain what they mean.
Let me try to break them down:
Under "Layout" you will also find Margin and Padding, that give you additional control over the spacing of lists:
I hope this helps you feel a little bit more at home with list styling in RoboHelp. If anything is still unclear or if you need more guidance, please let us know. We’re here to help you set sail smoothly on this new adventure.
I just wanted a list that starts 1/2" in from the left margin followed by a tab space of 1/2" at which point my text should begin and I want the 2nd line to wrap right up under where the 1st line text begins.
For your specific case, here's a simple approach you might want to try:
Here is an additional "visualization":
[Indent: 0.5in] [Prefix Width: 50px] [Horizontal Spacing (←→): 10px] [List content]
This would make the list number or bullet start 0.5 inch indent to the right, followed by 50px reserved space for the numer or bullet, followed by 10px "gap" before the list item content starts.
Keep in mind, the changes you make here should be previewed in the "Preview" window, but sometimes the changes may not appear until you save and view the document outside the style editor.
If you are still not seeing the changes you expect, it could be due to other overriding styles or settings. More details to understand the exact formatting you are trying to achieve and what exactly is not working, might help us to help you 🙂
I hope this helps you get a bit closer to the list format you're aiming for.
Warm regards,
Stefan
Copy link to clipboard
Copied
Stefan: Wow!! Thank you so much. No where online could I find the definitions or the explanations of what those fields were controlling. The more I Iooked at them, the more I just felt like they all meant the same exact thing, yet, the combinations that I was trying (which fields I was putting a number in and which ones I was leaving blank) didn't work. I just kept thinking if I only knew what this field controls or what this field does, I could determine if I even needed it. I think your explanation is easy to understand and it makes sense to someone that has worked in IT for 2 decades, but has limited experience with HTML and 0 eperience with CSS. I have written complex macros in Word but that wasn't really useful here. So, I appreciate you laying this out so that someone of reasonable intelligence and limited HTML experience can now follow what we are looking at. I think this post is going to be very helpful to others in the same situation as I found myself in. So, I thank you for taking the time to reply. I am going to give this one more try, as I said, my deadline is tomorrow morning. I hadn't planned on even looking at it today, but with your explanation, I'm excited to see what I can now do. Thank you for the visual representation below as well. This all needs to be included in the knowledgebase for RH or somewhere easily accessible for beginners. Additionally, a few video tutorials on numbering or fixing imported word lists would be so useful. Showing autonumbering and HTML lists. There is a lot of written documentaton, but hardly any videos with useful information. A video tutorial of taking a word file that has styles in it, and importing it into RH and then tips and tricks on how to work with that content in RH. Stripping the formatting, and creating the list and styles in RH and applying those list styles to your content in Robohelp . Practical examples of how to work with files brought in from elswhere. Most of what I found was showing how to import something and map styles and then nothing beyond that. It's the "beyond that" that gets tricky and confusing. Well done and so much appreciated. I will follow up and let you know how it goes later today.
Copy link to clipboard
Copied
Hi. I tried to look at those list examples in your 1st message by by clicking on the link and it won't let me get there. It says about:blank#blocked in the URL line on both my work machine and my home machine. So, I'm unable to see those examples. Thank you. Jen
Copy link to clipboard
Copied
Sorry, I had accidentally copy and pasted text from the post as the URL 🤦🏼, so it could not work!
I have fixed the link in the post, so if you refresh this page, it should work.
Here is also the link:
https://freefrontend.com/css-lists/
It's just one of many websites out there with creative list stylings. I found this one useful for inspiration and because it provides links to the source code of the given examples. Looking at them helped me alot to get a deeper understanding of list formatting.
Of course, in the world of CSS there are often many ways to achieve visually identical results.
Copy link to clipboard
Copied
I tried to visualize it … hope that helps:
Copy link to clipboard
Copied
I had another question that popped up yesterday. When I use the bullets or numbered toolbar buttons at the top of RH, it will turn my highlighted text into a list (if I have something highlighted first) or it will give me a bullet or number and postion my cursor to start typing my list. If I look at the Style pane, I have seen the style Decimal or Disc or Circle or AlphaNumeric as the active style based on which of those toolbar buttons I used to create my list. Here is my question....if I need to create a new list style for a numbered list, do I duplicate the <ul> style, name it and edit the new <ul> style and set up my levels inside <ul> or do I create a new style based off of the Decimal style and set up my different levels inside the Decimal style? I've done it it all and nothing was working so I just want to be clear as to which style do I use to duplicate for each type of list? Nmbered list, do I use Decimal or <ol>, bulleted list, do I use Disc or <ul>? Multilevel lists I assume use the Alphanumberic style (but I could be incorrect)? It would be helpful to better understand what is what. I hope this question makes sense.
Copy link to clipboard
Copied
The pre-defined ol.Decimal style name is composed of two parts: the Tag and the Class. The Tag is the html element you want to style. The Class is the style name. You know how in Word there are Paragraph and Character styles? The tag part is similar to these categories in Word. The Class part is similar to the style name you would select (Normal, Heading 1, Caption.) It's not exactly the same, but it's a useful comparison to keep in mind, at least when starting out.
So ol.Decimal is saying "I have a customised ordered list style, and I've called in Decimal". Keep in mind the Class part is just a text string and isn't linked to how the style is set up. For example, you could call a style ol.Turtle. All you know from this name is that it relates to ordered lists. You need to go in to the style and check the Style field for what numbering scheme is used. Again, this is the same as Word, where I could call a style Rumpelstiltskin and all I would be able to tell is that it was either a paragraph or character style and I'd have to go in to the dialog boxes to find out about the other settings.
When setting up a style you can start fresh by clicking creating a new style and selecting the Tag and typing a new Class name. Or you can duplicate an existing style and rename the Class so it's unique for the Tag. In both cases, make all your changes in the new style you created. Levels, font and size, numbering scheme, etc.
As I mentioned in a previous post, there are a bunch of different Style keywords you can select from. Ol, which stands for ordered list, will use a number or alphanumeric style, while ul, which stands for unordered list, will use a bullet symbol. If you don't specify the type, ol defaults to 'decimal'. ul defaults to 'disc', a round bullet.
When you want to apply your custom list style, you'll need to apply it using the Styles panel, not from the bullet or number button on the toolbar. These buttons are hard-coded to the built in styles only.