Skip to main content
April 29, 2008
Question

Conditional Build Tab for image leaves extra white space

  • April 29, 2008
  • 1 reply
  • 344 views
I've applied the "Print" Conditional Build Tag to an image in my online help. When I generate the help and view it in the browser, extra white space is inserted between the steps. For example, instead of the steps being:
1.
2.
3. etc.

They now look like this:
1.

2.
3. etc.
Why is there extra white space where the image used to be?

Thanks in advance for your help. Using RoboHelp7 -- WebHelp.

Bill
This topic has been closed for replies.

1 reply

Inspiring
April 29, 2008
Probably there is a paragraph break or a space that you can't see but is not enclosed in the conditional tag.

Check the html code immediately before and after the tag.

Harvey
April 29, 2008
Harvey,

Thanks for the tip. That was it. There was an extra space at the end of the html code for the picture. I totally missed it the first time through.

Bill