Skip to main content
Participant
October 29, 2024
Question

Image boarders not showing in printed documents

  • October 29, 2024
  • 2 replies
  • 125 views

When I create a printed document, the images in my Robohelp 2019 classic have borders, but when the document is created, the borders do not show just the images. How can I fix that?  I don't want to go into the word document and then have to add the boarders manually.

This topic has been closed for replies.

2 replies

Inspiring
October 30, 2024

Does adding border CSS to your output stylesheet work?

 

img {

border: 1px solid black;

}

Peter Grainge
Community Expert
Community Expert
October 29, 2024

The borders in RoboHelp are a mirage, they are not part of the image. You need to get proper borders around the image somehow. Word is one way but I would use an image tool but it's the same problem, one by one.

________________________________________________________

My site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.

 

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.