Desktop User Guides > Reporter > Presenting results > Changing headers and footers > Adding hypertext links and images to headers and footers
 
Adding hypertext links and images to headers and footers
You can add hypertext links to headers and footers in your tables using the HTML <a> tag. You can also add images using the <img> tag.
For more information about the HTML tags that you can use in headers and footers, see HTML formatting for headers and footers.
To add hypertext links to headers and footers
1 In the Tables pane, select the table for which you want to change the headers and footers.
2 Click Tables > Properties.
3 Click the Header and Footer tab.
4 Click in the header or footer position where you want to add the hypertext link, taking care to place the cursor outside any field code markers {}.
5 Enter the hyperlink tag. This example adds a link to the UNICOM Systems, Inc. website:
<a href="http://www.unicomsi.com">http://www.unicomsi.com</a>
To add an image
1 Click in the header or footer position where you want to add the image, taking care to place the cursor outside any field code markers {}.
2 Enter the image tag, including the path and filename of your image file, which must exist in the correct location. This example adds a logo that has been placed in a folder on the C:\ drive.
<img src='C:\CorporateImages\logo.png' alt='UNICOM Systems, Inc. logo'/>
3 Click OK to apply the changes to the table.
See also
Changing headers and footers