Skip to main content

Add a border or line around free format objects

When you would like to add a border around objects (see below example)

There are 2 different options:

  1. Add an image with the exact display.
  2. Add a label with an HTML script which will resize automatically

Option 1: (static)

  • Insert a label control
  • Add the image

Option 2: (dynamic size)

  • Insert a label control

  • Add HTML code in the label section

The following HTML scripts can be used:

Box:

<p style="border: 5px; border-style: solid; border-color: #00ACDC; padding: 1em;"><span style="font-size: 14px; color: #00acdc;">Current Actuals vs. [CAT]</span></p>

In case you would like a line instead of a box, the following HTML script can be used:

Line:

<p style="border-top: 5px; border-top-style: solid; border-top-color: #00ACDC; padding: 1em;"><span style="color: #ffffff;">.&nbsp;</span></p>

Was this article helpful?

We're sorry to hear that.