Skip to main content
Known Participant
June 17, 2013
Question

Automatic borders around images?

  • June 17, 2013
  • 1 reply
  • 543 views

I would like to put borders around my images automatically. I linked a FrameMaker 11 file to RoboHelp 10 and was able to modify the mapped formats, but I don't know how to do this for images.

This topic has been closed for replies.

1 reply

RoboColum_n_
Legend
June 17, 2013

The best way to do this automatically would be to add a border to the image before it is added to FrameMaker. As the border is part of the image it would ten come across with the border into RH.

Willam van Weelden
Inspiring
June 17, 2013

Or, add this to your CSS:

img {

     border: 1px solid black;

}

This will add a border of 1 pixel to all images.

Greet,

Willam