-
1. Re: Bullets/styles in Robohelp 8
Lina_ann Aug 27, 2009 10:55 PM (in response to csheets@ecisolutions.com)you are 100% right, there is a major bug in RH 8. Could someone please help as I have the same problem in my RH 8.
thanks
-
2. Re: Bullets/styles in Robohelp 8
Peter Grainge Aug 27, 2009 11:09 PM (in response to Lina_ann)Can you post the CSS just for the styles that are not working as designed?
See www.grainge.org for RoboHelp and Authoring tips
-
3. Re: Bullets/styles in Robohelp 8
Lina_ann Aug 30, 2009 5:28 PM (in response to Peter Grainge)Hi Peter,
Thanks a lot for your reply, please find attached the .css style sheet as
requested.
Kind regards
Lina
-
4. Re: Bullets/styles in Robohelp 8
Peter Grainge Aug 31, 2009 12:10 AM (in response to Lina_ann)You didn't attach the CSS. Although not listed as an excluded type, maybe it is.
You could just insert the relevant section in the body.
See www.grainge.org for RoboHelp and Authoring tips
-
5. Re: Bullets/styles in Robohelp 8
Willam van Weelden Sep 14, 2009 2:44 AM (in response to Lina_ann)Hi,
What you're experiencing is not a bug. It's the consequense of incorrect list use. As peter said, please attach a html file and your css so we can have a look at it.
Also, we've discussed this problem at length, please search the RoboHelp forum so you'll get some more insight in what's causing this behaviour.
Greet,
Willam
-
6. Topics duplicating in Printed Documentation
Lina_ann Sep 14, 2009 5:05 AM (in response to Willam van Weelden)Hi,
I have attached the CSS stylesheet and a HTML file. I beleive Peter was right, the PC i was using had a low RAM configuration. Now I am using my Laptop and I am able to generate a PDF and Word document. But Now I have a new Issue. My topics are duplicating, and only the 1st chapter is showing up and duplicating 3 times. I went through Peter's website and found the issue there. I tried the work around by attaching an inbuilt CSS template and it is still not working quite well. Any suggestions?
-
7. Re: Bullets/styles in Robohelp 8
Willam van Weelden Sep 14, 2009 5:23 AM (in response to Lina_ann)Eeeh,
Are we talking about the same thing here? My post was about lists not styling the way they should. I think you are mistaken with another discussion.
About your lists, I guess you're using the multi-level list styles in Robo8. According to your style sheet, all your lists should have the image smallbabyblue.jpg instead of numbers or bullits. See the code:
OL,
UL { <-- Applies to ordered lists and unordered lists
font-size: 10pt;
margin-left: 25px;
margin-top: 6px;
margin-bottom: 6px;
list-style: url(smallbabyblue.jpg); <-- lists will always use this image. When the image is not available the browsers will use the default: numbers for ordered lists and bullets for unordered lists.
font-family: ; <-- empty, please remove
}
This styling isn't overwritten in any list item. I'd suggest adding list style information to your multi level lists.
Greet,
Willam
-
8. Re: Bullets/styles in Robohelp 8
Lina_ann Sep 14, 2009 6:12 AM (in response to Willam van Weelden)This CSS was modified recently. When I had posted the issue, I had only one level of listing, and it was not multi-level. I had just attached one bullet image, babyblue one to that bullet. And it as actually generating the HTML output differently. Thats when I had posted this message.
But now I have created 2 different type of Bullet listing, and I am not able to see my first level bullet which is like an arrow. All bullets are apprearing with the style of my second level bullet listing.
-
9. Re: Bullets/styles in Robohelp 8
Willam van Weelden Sep 14, 2009 6:19 AM (in response to Lina_ann)I see, Try removing the bullit-type form OL,UL. Your styling requires that you use list item styles.
You can set styles to the different levels of multi-level lists. Assign Li.1stLevel_Listing and Li.2ndLevel_Listing to the first and second level of your multi-level list, or define the list styles trough Robo's css editor.
Greet,
Willam
-
10. Re: Bullets/styles in Robohelp 8
KarenAaBakken Sep 15, 2010 11:41 AM (in response to csheets@ecisolutions.com)I agree that this "enhancement" sucks. I upgraded and all my simple bullet lists are hosed - they show numbers instead of bullets.
Changing it back is not simple or intuitive at all. I wish we had never upgraded.
-
11. Re: Bullets/styles in Robohelp 8
Captiv8r Sep 15, 2010 11:49 AM (in response to KarenAaBakken)Please do take a moment and complete a Bug Report so that Adobe is advised. (Link is in my sig)
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
-
12. Re: Bullets/styles in Robohelp 8
swchambers Oct 6, 2010 10:06 AM (in response to csheets@ecisolutions.com)I have the same problem. Has anyone found any solution???? I'm banging my head against a wall.
-
13. Re: Bullets/styles in Robohelp 8
KarenAaBakken Oct 6, 2010 10:23 AM (in response to swchambers)Our solution was to go back to RoboHelp 7.
-
14. Re: Bullets/styles in Robohelp 8
Peter Grainge Oct 6, 2010 12:19 PM (in response to KarenAaBakken)See Using RoboHelp 8 on my site. There is a lot of information there about getting your lists working properly.
See www.grainge.org for RoboHelp and Authoring tips




