Changing a style from a paragraph to a list
- January 17, 2020
- 4 replies
- 874 views
RoboHelp 10 - latest release.
Moderator Note. Later corrected to RoboHelp 2019 Update 10
In the CSS that I have inherited, I have three paragraph styles (list-bullet, list-bullet-1, and list-bullet-2) that ideally should be list styles so that I can get the type of indentation/wrapping in my bulleted lists. (The attached screen capture shows in the top graphic the way that a bulleted list wraps now and the bottom screen capture shows what I want. )

I mocked up this graphic to show what I want - I am not actually getting what I want no matter where I try to modify these styles. I give. . . . what do I have modify/where do I make these modifications to change these pargraph styles to a list style?
In the inherited CSS, I have this:
p.Listing-bullet-1 {
margin-top: 6pt;
margin-bottom: 6pt;
margin-left: 15pt;
}
p.Listing-bullet-2 {
margin-top: 6pt;
margin-bottom: 6pt;
margin-left: 30pt;
list-style: disc;
}
p.Listing-bullet {
margin-top: 6pt;
margin-left: 0pt;
margin-bottom: 6pt;
list-style: disc;
And I thought that by changing the p to a ul, that should do the trick, but wonkiness (for lack of a better word) ensues. What is the difference between changing something directly in the CSS vs using the GUI to edit a style? From what I have seen, editing a style in the RH GUI does NOT translate to the actual physical CSS consistently and isn't a true WYSIWYG.
TIA,
TVB
