Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Or, add this to your CSS:
img {
border: 1px solid black;
}
This will add a border of 1 pixel to all images.
Greet,
Willam