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.

To add hypertext links 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.

Place the cursor 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 {}.

Enter the hyperlink tag. This example adds a link to the SPSS website:

<a href="http://www.spss.com">http://www.spss.com</a>

To add an image

Place the cursor in the header or footer position where you want to add the image, taking care to place the cursor outside any field code markers {}.

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='SPSS logo'/>

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.