Final Project Page 9




Projects

2 | 3 | 4 | 7 | 10 | 12 | 13 | 17 | 18 | 19 | 20 | Final



Registration Form Tutorial
Part 4: Footer Script


Copy the following script into a new blank document in a text editor, Netscape Composer, Dreamweaver, etc. and save the script as footer.html.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- END CHANGEABLE CONTENT. -->

<div id="rightcontent">
    <h1>Navigation</h1>
    <p>
    <a href="index.php">Home</a><br />
    <a href="albums.php">Discography</a><br />
    <a href="login.php">Login</a><br />
    <a href="register.php">Register</a><br />
    </p>
   
</div>

<!-- Script 8.3 - footer.html -->
</body>
</html>

Script Explanation:

The script currently contains the navigation information and the ending html for a web page.  The navigation information has previously been included in header.html.

Modifications:

Delete:
     Lines 16-22
Add the following at the top.  This script will close the previous column and row, and create a new row.  Make sure and change the email address, administrator's name, and date modified to current information. 
    </td>
    </tr>
    <tr> <!-- Script 8.3 - footer.html -->
        <td colspan="2" rowspan="1"><div id="rightcontent">
          <div align="center"><br />
        Created by <a href="mailto:webmaster@dazone.com">h2t2</a><br>
          Last modified 29 November 2005
          </div>
    </div></td></tr>
  </tbody>
</table>

Save the script.



Tutorial
<---  1  2  3  4  5  6  7  8  10  11  12  13  14  15  16  --->


Home Resume Page Hobbies Page InfoSec Page Projects Page Advanced Web Communications Page
Top of Page
 
©
Beth Zuber, 2005