Besides using functional values like title (&w), address (&u), date (&d), page numbers (&p) etc., it is also possible to print any fixed custom text in page header / footer either in addition to functional values or stand-alone. Just enter a text into appropriate Page Setup fields (e.g. Page &p of &P printed by Joe at &t) and this will result page footer text formatted as Page 1 of 2 printed by Joe at 17:25:49 PM.
To print web page without any header / footer information at all, remove all switches from Page Setup appropriate fields, thus forcing only actual web page content to appear on page.

| Code | Description | Preview |
| Just text. | Custom text. | Just text. |
| &p of &P. | Current page and total number of pages. | 1 of 2. |
| 24h - &T. | Custom text and time in 24-hour format. | 24h - 22:41:06 PM. |
| Date: &D. | Custom text and date in long format. | Date: Saturday, May 29, 2010. |
| &d at &t. | Date in short format and time combined. | 5/29/2010 at 10:41:06 PM. |
| Nothing - removes IE header and / or footer completely. |