How Can We Help?
Answer
A quick way to have a header with the styling that you want is to use inline HTML.
The steps are as follows:
- Add a reference label, name it appropriately, but keep the “caption” blank.
- Double click on the reference label created to open the FastField dialog box.
- Click on the Inline HTML radio button.
- Enter the following HTML code (Sample):
<div style='background: #F9F9FA; border: solid 1px #D3D6DA;padding: 5px 5px 5px 5px; height: 14px; margin-left: auto; margin-right: auto; display: table-cell; vertical-align: middle;width:400em;'><b>Sample Header</b></div>
You may customize all options available in the sample code above or even add or remove customization options like font color, etc.
Comments are closed.