The official community for RoboHelp.
Recently active
Hi, I'm working on a Help file in 2019 classic. When I have my cursor in the text, the font name in the character section is blank. I need to find out what this font is because most of the Help file is in this font. But I have some areas where there is Arial. I need to change the Arial to whatever this font is. I tried to copy and paste but it pastes as Arial. I included an image of the font and the empty font in Character. Thanks in Advance, Julianna
Robohelp - When i try to drag Topics or Folders to place them logically rather than alphabetically, in Contents Panel (Author), a message saying "Moving.." Pop up comes which doesnt get executed at all.Hi, I want to sort the Topics and Folders NON-alphabetically in Contents Panel. Drag and drop is not seem to be working. Every time i drag, it gets hung.
Hi all , I want to complete Adobe Developer certificate, so you people guide me how prepare for this certification and what logic and condtions are there.
I've read through many similar problems, and tried the solutions, but this seems different. First: HHActiveX.dll is registered (both 32 and 64). Plus, I can open other (multiple) CHMs and see the Glossary tab full of terms and definitions. I have a project (I'll call Project X) I worked on a couple months ago. Then, it published (multiple times) with a Glossary. No problems. I just today had to update some text (just text) in a couple topics in this project. I made no changes to anything that should affect the Glossary in any way, or how the project publishes. But publishing the CHM today: the Glossary tab is present, but it is empty of terms and definitions. (It is not a grayed out area -- it has the two white fields where the terms and definitions usually appear, but the fields are empty of text.) Previous versions of Project X CHM (kept in version control) open with the Glossary showing properly. Only the versions I'm producing today are missing the Glossary terms/def
I have a phantom shadow (1) between the header and body containers that I can't seem to get rid of. I've tried changing border colors to #ffffff and clear on both containers, as well as background colors. I've also tried using Chrome Inspector and canceling any grays coming from the userstyles.css. But I still haven't been able to find the source. Also, a mysterious paragraph with the page name appears at the top of the body container (2) just below the breadcrumb. This only shows on the home/landing page. Any ideas on how to get rid of either of these, please?
Greetings! I am trying to create a custom bullet that I can use for one-step instructions. It would be an unordered list with the bullet graphic I created. I opened the style sheet in RH2020 and added the style. When I open the style sheet in Notepad++, the code looks like this:ul.OneStep {list-style: none;--prefix-size: 40px;--prefix-fixed-size: false;--prefix-gap: 4px;--list-indent: 40px;--vertical-spacing: 0px;counter-reset: item1;padding-left: var(--prefix-size);margin-left: calc(var(--list-indent) - var(--prefix-size));}ul.OneStep>li:before {counter-increment: item1;content: counter(item1, none)url('../../IconImages/OneStep.png');text-align: right;position: absolute;left: calc(-1 * var(--prefix-size) - var(--prefix-gap));margin-right: var(--prefix-gap);width: var(--prefix-size);overflow: hidden;}ul.OneStep>li {--prefix-size: 40px;--prefix-fixed-size: false;--prefix-gap: 4px;--list-indent: 40px;--vertical-spacing: 0px;position: relative;margin-top: calc(var(--vertic
Hi guys, I'm working in RoboHelp 2020.5.71 and trying to implement some cool workflow diagrams using the Mermaid API However, Robohelp constantly reformats my html and completely breaks my code I write my code like this : But after switching to Author mode RoboHelp turns it into this, which completely breaks it: Is there any way to disable RoboHelp from trying to "help" and stop it from overriting my work? Thanks! -Dan H
Hi,I would like to have a book that is structured as follows: I have gone through various RH help documents and know that actual behaviour of the Book TOC. But, I would like to know if there is any work around to align the headings in the same way as shown in the image.
Hello friendsI'm using RH 2017 (13.0.2.334). I'm running into an odd problem. I have a fairly long code sample in a topic. In the generated output (Reponsive HTML5), RoboHelp is often putting everything in the code sample on one line when I click on the topic from the search results. It looks really bad, like this: However, when I click on the topic from the TOC, or use the Next / Prev buttons to arrive at the topic, it looks fine, like this:The problem occurs only when clicking on the topic link from search results. The code sample in question has this structure:<div class="ExampleLong"><pre><code>Code Stuff Here</code></pre></div> It seems like a RoboHelp bug to me. Has anyone else seen or been able to duplicate this?I tried adding in a style definition in my CSS file for the pre tag to see if that would help.It made no difference.
Is it possible to link Index entries to different sections in a topic instead of just the whole topic?I have a scrollable topic which 3-4 sub-topics and I would like different Index entries jump to those sub-topics instead of the top of the topic.Judy
I have a project where the main content is one very large table. When I output to PDF, the table breaks in the middle of rows between pages. Is there a way to keep rows together?
I did an HTML5 output in 2019 classic. I searched the term TEC-X and it brought up 367 results. Many of them were just the letter X. Is there a setting in the ouput that I need to change so that it just searches for whole words? Below is an example of what I am saying: Thank you in advance for your help.
Version 2020.5.71I am currently creating a parent project for the first time. I have added my child projects and all looks good except I would like to know if there is a way to use conditional tags to create separate indexes for each child project. They have all merged together. I have tried a few things but nothing seems to be working. Thanks,Chantal
When I manually export a translation on the xlf file I would like to visualize to origin and translated content (if it exists); is it possible? currently I visualize only the origin language. Is there a method to view the original contents and their translated parts? Thanks for your help
Running RoboHelp 2020.5 I need to update an existing help system (built with RH 2015, possibly older and skin is no longer supported in RH 2020) that's delivered with a web-based application. The help is opened from the web-based application by end-users. However, since the web browser is configured to hide its tabs/menu/etc. for both the web app and the help, users can't (by default) close the help and return to the app. To address this, the legacy help system was built with a custom, integrated "close help" function. Here's the actual code we used (note that it still works): <a href="javascript&colon;window.open('','_self').close();"> <img src="../../images/exit.png" alt="" style="border:none; margin-left:0px; margin-bottom:0px; margin-top:15px; margin-right:45px; width:100%; max-width:32px" align="right" border="0"> </a> For the help update, I've selected the TopNavigation skin for frameless output. I'd like to add the "close help" function to th
The 2020.4.173 User Guide has a procedure for creating inline snippets. However, when I look at the source code I see the same <p> tag as the snippets I create using the Content menu. When I insert the snippet as a line item, RoboHelp adds it as a <div>, causing it to render like this: 1. Snippet text Snippet image I noticed some snippets are added as <span> and some as <div>. I can revise the tag to bring the snippet text inline with the <li> number. Just wondering if there's a better way?
I'm using 2020.4.173 and attempting my first top nav output (frameless). The issue I'm having is with the submenu behavior. Everything looks good in the Skin Editor, but in my output, the menu closes after a second instead of staying open until clicked. Any ideas on what controls that behavior and how to fix it? Also, is there any way to have the menu open on hover?
Hi everyone, I'm looking to find out if anyone here has experience of putting a Frameless help center generated by RoboHelp 2020 behind a Google OAuth sign in for their organisation? We want to host a brower-based help center, but keep it private to Google accounts who are part of our organisation. It anyone has attempted this, or something similar, please let me know. Thanks for your time.
Greetings, I'm using Adobe RoboHelp 2020.5.71 and generate CHM's as output. The Glossary tab in the CHM is not visible in the generated output. Can anyone give me pointers as to what's needed to enable it. Thanks in advance!
Hi everyone, In RH 2020 (2020.5.71), is there anyway to move the page number to the right of the list item? Is there also a way to format the page number independently of the title colour? And remove the .....? Like this:
I cannot locate this situation in the forums. I hope somoene is familiar with these elements. Using: RoboHelp 2020Skin: Studio Does anyone know where I can locate the mouse over text for the right panel? See image below for a visual reference. I want to remove the test “set as Favorite”.Also, I would like to move the highlighter button and its function to the “favorite” space, however, it is not real clear where the on-click function adjustment can be located. I see under “buttons” in the topic page, there is a “button-X_ applied” field, but I do not see where the actual action is located in the adjustable fields. Does anyone know where to locate that or reference material I could access about these options?
Hello, I am testing source control with a test project on AzureDevops, I managed to set up the connection and copied the project locally, but when I edit a topic and then I prompt the check-in dialogue box, the topic with changes does not appear in the list, the dialogue box is empty so the Check in button is disabled. Any idea why this is happening?Thanks!Angelica
I sent the programmer the whole project folder with all of its folders.Which file does he use to put in the build so that it the generateted output opens in the browser?I am using RoboHelp 2019 NEW UII generated Responsive HTML web help
I’ve started a project which requires using RoboHelp 2019 Classic to update some files. (We haven’t upgraded to RoboHelp 2020 and probably won’t for a while longer.) There have been some source control errors due to files that are in source control that should not be. (We use TeamForge.) So far I’ve found in particular that $rhvariable$.htm and <file_name>.ldb should not be in source control:https://community.adobe.com/t5/robohelp/rhvariable-htm-and-lt-file-name-gt-ldb-file-in-robohelp/m-p/11241604 Then the following file types are also listed as those that should not be in source control:* projectname.cpd* projectname.pss* projectname.hhp* projectname.trl* ehlpdhtm.jshttps://www.grainge.org/pages/snippets/snippets.htm#sourcecontrol Am I missing anything? Any other files relevant for a RoboHelp 2019 Classic project that shouldn’t be in source control?
HOping someone has experience with this issue or similar? When we convert an existing RH 2017 over to the new RH 2019 version, the existing bookmark links do not work anymore. They take one to the correct html top of page, but it doesn't go to the specific bookmark further down the page. After research we found out that the existing bookmark title contains upper-case letters in the title (example: Open_This_Page). And when we convert the upper cases letters to lowercase, then the book marks will work properly. But by doing this, folks that have bookmarked or used the previous URL bookmarks in various material will have broken links, unless they revise all of their version 2017 links. Has anyone experienced this, and found a solution so the existing bookmark urls convert properly over to the new 2019 version? Thanks you for any insight.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.