-
1. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Captiv8r Aug 7, 2014 1:37 PM (in response to wercampbells)Hi there
Sooo many unanswered questions!
How is the WebHelp being opened? Is it linked to an application or do folks just click a link to open it?
When WebHelp opens, is there a pane on the left where the TOC should be, but it's empty? Or is there no pane?
What browser are you using? Have you tried it using a different browser?
Cheers... Rick
-
2. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Jeff_Coatsworth Aug 7, 2014 2:07 PM (in response to Captiv8r)Also, where is the help located? Locally or on a webserver?
-
3. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
wercampbells Aug 7, 2014 4:08 PM (in response to Captiv8r)Hi Rick,
Thanks for responding! I uninstalled and reinstalled RoboHelp 11 and the WeHelp appears to display OK now. BUT, I have graphics in my project that are not displaying, only the empty placeholder for the graphics. This was displaying fine in WebHelp generated with RoboHelp 9 but not now. I see the graphics when I do “Preview Topic” but not in the generated WebHelp. Any clues what is causing this behavior? How can I correct it?
My tables appear very strange too. They are the default table in RoboHelp with the raised gray/silver border. However, in WebHelp, the tables appear as double solid black lines for the border. The tables appear fine in the topic but when viewed via “Preview Topic” and WebHelp output, they are double black likes. Help!
Another thing is that I also get an occasional message about a topic that says “The reference to the file contains illegal characters and will not be shown in Project Manager. How can this be? My css is valid and I use it in numerous help projects.
Once again, thanks so much for your willingness to help. It is much appreciated.
-
4. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
wercampbells Aug 7, 2014 4:09 PM (in response to Jeff_Coatsworth)Hi Jeff,
Thanks for responding! I uninstalled and reinstalled RoboHelp 11 and the WeHelp appears to display OK now. BUT, I have graphics in my project that are not displaying, only the empty placeholder for the graphics. This was displaying fine in WebHelp generated with RoboHelp 9 but not now. I see the graphics when I do “Preview Topic” but not in the generated WebHelp. Any clues what is causing this behavior? How can I correct it?
My tables appear very strange too. They are the default table in RoboHelp with the raised gray/silver border. However, in WebHelp, the tables appear as double solid black lines for the border. The tables appear fine in the topic but when viewed via “Preview Topic” and WebHelp output, they are double black likes. Help!
Another thing is that I also get an occasional message about a topic that says “The reference to the file contains illegal characters and will not be shown in Project Manager. How can this be? My css is valid and I use it in numerous help projects.
Once again, thanks so much for your willingness to help. It is much appreciated.
-
5. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Jeff_Coatsworth Aug 8, 2014 5:14 AM (in response to wercampbells)Psst – you only have to reply to one of us for all of us to see the response ;>)
Maybe you need to take some screenshots & post them to show us what you’re seeing – use the web interface of the forum to add images to your post.
-
6. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
wercampbells Aug 11, 2014 11:48 AM (in response to Jeff_Coatsworth)Thank you Jeff,
Please see image below. All I did was an upgrade from RoboHelp 9 to RoboHelp 11, nothing else. Your help is appreciated.
Topic Definition in RoboHelp 11 (this is how it should appear):
Topic Preview (note totally different table layout):
-
7. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Jeff_Coatsworth Aug 11, 2014 12:19 PM (in response to wercampbells)Try again – you need to use the web interface to be able to add screenshots (use the camera icon)
-
8. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
wercampbells Aug 11, 2014 12:26 PM (in response to Jeff_Coatsworth) -
9. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Jeff_Coatsworth Aug 11, 2014 2:09 PM (in response to wercampbells)First, I’d verify that the actual WebHelp output looks the same way – the preview isn’t always what you actually get. If it’s still messed up, I’d be looking at the table style definition used in the topic.
-
10. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
wercampbells Aug 11, 2014 2:14 PM (in response to Jeff_Coatsworth)I did. It does look screwed up in the WebHelp output. I also generated HTML Help and the table look fine in the CHM. It’s only the WebHelp output. There is nothing wrong with the table definition. This happened when I upgraded to RoboHelp 11. All was well in version 9.
-
11. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Peter Grainge Aug 12, 2014 12:20 AM (in response to wercampbells)My guess is your table is formatted with inline styling whereas Rh now uses CSS styling. If you right click in a table you can see if a CSS style has been applied and you can tick a box Remove Inline Styling. See if that fixes anything, or makes it worse! Backup first.
See www.grainge.org for RoboHelp and Authoring tips
-
12. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
wercampbells Aug 13, 2014 1:16 PM (in response to Peter Grainge)Hello Peter,
Your suggestion does not work. It totally removes the border from around the table and cells. By the way, the name of the option is Clean Table Inline Formatting.
Just for grins, I created a totally new project and used Adobe’s default.css. I get the same results with the table, double borders with solid black lines.
-
13. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Peter Grainge Aug 15, 2014 1:34 PM (in response to wercampbells)As well as deleting the inline styling, did you apply a CSS style.
Sorry I didn't open Rh just to look up the exact wording of the field label.
See www.grainge.org for RoboHelp and Authoring tips
-
14. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
wercampbells Aug 18, 2014 11:55 AM (in response to Peter Grainge)Hello Peter,
It appears that RoboHelp is overriding my table definition. See below. How can I correct this behavior? Thanks!
HTML view after defining (default) table stable style in RoboHelp
-
15. Re: TOC Does Not Open in WebHelp Generated with RoboHelp 11
Peter Grainge Aug 18, 2014 12:19 PM (in response to wercampbells)Was there supposed to be an image? You can only include images via the web interface.
Pull this table into a new project and check it still gives grief. Send that project to me following the instructions on my site.
See www.grainge.org for RoboHelp and Authoring tips






