|
Add Footer to Another Page |
PDF
|
| Print |
|
|
To provide unity to your site and control to your visitors, you should
include the footer on every page in your site. Instead of retyping the footer,
you can copy its code and paste it into the other pages.
- Switch back to Dreamweaver.
- In the HTML code view for index.htm, select the code for the footer
from the horizontal rule (<hr>) through the Northwestern link. Do not include
"Last Modified" line.

The purpose of the last modified date is to give the actual date when a page
was last updated. That date will vary from page to page, depending on when you
modify each page of your site. After you paste the footer onto another page, add
the correct last modified date.
- From the Edit menu, choose Copy to copy the code.
- With zoofacts.htm active, scroll to the bottom of the HTML Source
window. Click the cursor before the closing body tag (</body>) at the end of
the page.
- From the Edit menu, choose Paste.
- Save zoofacts.htm. The footer appears on zoofacts.htm.
- On a last line of the footer, add the last modified date.
Tutorial Source
|