• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
1

Update 4 of RoboHelp (2022 Release) is now available!

Adobe Employee ,
Apr 25, 2024 Apr 25, 2024

Copy link to clipboard

Copied

We are pleased to share that Update 4 of RoboHelp (2022 Release) is now available.

 

RoboHelp (September 2022 release) Update 4 introduces improvements, such as a redesigned variable editor, an enhanced images report, PDF enhancements, and fixes for SharePoint and publishing issues.

 

For details of new features, refer to the What's New page.

For details of all fixed issues, refer to the Fixed issues page. 

 

To install Update 4,  please follow the instructions mentioned under Install the update

  1. If you are updating from RH 2022.1, you must manually download and install Update 4 from Install the update.
  2. If you are updating from any other version, click Help > Check for Updates.

Thanks,

RoboHelp Team

Views

385

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 23, 2024 May 23, 2024

Copy link to clipboard

Copied

LATEST

If you use empty paragraphs for spacing, those paragraphs will not to appear in any output. The 

fix for this problem is simple.  You need to apply a simple change to your CSS file(s).

 

p:empty {
/*Enter desired values.*/
padding-top: 0.0pt;
padding-bottom: 16pt;
}

 

The values can be expressed in your preferred unit of measure. Here points have been used to help explain how to calculate the values. In a CSS with the normal <p> style font set to 10 points with padding below of 6 points,, the value in the CSS will be 16 points to give the same depth as a blank line.

 

For the same issue within a table, add

td:empty {
/*Enter desired values*/
padding-top: 0.0pt;
padding-bottom: 16pt;
}

 

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp