Copy link to clipboard
Copied
Is there a way to make Robohelp 2017 word wrap long titles in the TOC of responsive html 5 output?
Long titles are not shown correctly in my output, and I have to expand the TOC column to be able to read to full title.
Hi,
open the layout.css in Notepad. This is in the !ScreenLayout! and then Azure_Blue folder (or whatever layout you are using). You are looking for the following highlighted in the image below.
Comment the line out with // as shown below and regenerate help:
Copy link to clipboard
Copied
Is there a way to make Robohelp 2017 word wrap long titles in the TOC of responsive html 5 output?
Long titles are not shown correctly in my output, and I have to expand the TOC column to be able to read to full title.
Hi,
open the layout.css in Notepad. This is in the !ScreenLayout! and then Azure_Blue folder (or whatever layout you are using). You are looking for the following highlighted in the image below.
Comment the line out with // as shown below and regenerate help:
Copy link to clipboard
Copied
Hi,
open the layout.css in Notepad. This is in the !ScreenLayout! and then Azure_Blue folder (or whatever layout you are using). You are looking for the following highlighted in the image below.
Comment the line out with // as shown below and regenerate help:
Copy link to clipboard
Copied
Thanks a lot! It worked.