Adding Formatting to Headers and Footers

You can add formatting to headers and footers in your tables using a limited set of HTML tags. For example, you can change the font or make the text bold or italic.

To add formatting to headers and footers

In the Tables pane, select the table for which you want to change the headers and footers.

From the menu, choose:

Choose the Header and Footer tab.

In the header or footer position you want to change, place the cursor in front of the text that you want to format, and enter an opening HTML tag. This example highlights the word of in italics:

{TableNumber \p} <i>of {TotalNumberOfTables \n}

Place the cursor at the end of the text that you want to format, and enter the corresponding closing HTML tag:

{TableNumber \p} <i>of</i> {TotalNumberOfTables \n}

Note: To format a field code, place the formatting tags outside the field code markers {} as in this example, which highlights the table number and total number of tables in bold:

<b>{TableNumber \p}</b> <i>of</i> <b>{TotalNumberOfTables \n}</b>

Choose OK to close the Table Properties dialog box, save your changes, and apply them to the current table.

For full details of the subset of HTML tags available for use in headers and footers, see HTML Formatting for Headers and Footers.