How Do I Create a Header Styling Using Inline HTML?

How Can We Help?

How Do I Create a Header Styling Using Inline HTML?

< Back

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.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X