You can make changes to the way a page will print when using IE7. Here's how:
1. Press the Alt key to bring up the “classic” menu.
2. Go to File, then Page Setup
3. In the dialog box you can select Portrait or Landscape, change the margins and even print specific information by typing a variable into the header or footer boxes. For example, typing &w&bPage &p of &P in the header box denotes printing the Window title, right-aligned text and current page of blank number of pages. (See below for different variables that you can use).
1. Window title = &W
2. Page address (URL) = &u
3. Date in short format (as specified by Regional and Language Options in Control Panel) = &d
4. Date in long format (as specified by Regional and Language Options in Control Panel) = &D
5. Time (as specified by Regional and Language Options in Control Panel) = &t
6. Time in 24-hour format = &T
7. Current page number = &p
8. Total number of pages = &P
9. Right-aligned text (following &b) = &b
10. Centered text (between &b&b) = &b&b
11. A single ampersand (&) = && |