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

How to avoid/ remove extra spaces in the printed output (Word/pdf)

Guest
Oct 16, 2013 Oct 16, 2013

The published output contains two paragraph spaces between each chapter. Kindly suggest me how avoid/remove the extra spaces between each topic/chapter or book.

2.1K
Translate
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
LEGEND ,
Oct 16, 2013 Oct 16, 2013

What is the HTML in the output? What is the CSS for the headings and paragraphs?

Greet,

Willam

Translate
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
Guest
Oct 22, 2013 Oct 22, 2013
LATEST

Hi William,

I am using robohelp 10 for publishing.

While publishing printed documentation, I find spaces between each chapter and section breaks in the PDF.

I use the following css for the paragraph and headings:

Paragraph:

@media print{

          p {

                    font-family: Arial, serif;

                    font-size: 13px;

          }

          }

headings

h1 {

                    font-family: Arial, serif;

                    font-size: 18px;

          }

          }

I wanted to avoid the spaces between each chapters and section breaks between heading 1 (book/chapter).

Translate
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