|
1. To place the navigation bar at the top of your webpage, copy the code below to each page DIRECTLY AFTER <body>
<!--copy this navigation bar for all pages, place directly after <body>-->
<!--msnavigation-->
<table border="0" cellpadding="0" cellspacing="0" width="800" align="center">
<td><p style="MARGIN-BOTTOM: 2px" align="center">
<a href="http://www.temple.edu/tyler">Tyler Home</a>
<a href="../indexpage/indexpage.html">Index</a>
<a href="../../aboutuspage/aboutuspage.html">About Us</a>
<a href="gallerypage.html">Gallery</a>
<a href="http://courses.temple.edu/crafts233_public/">CAD/CAM I Online course</a>
</p>
<hr width="80%" noShade SIZE="1">
<p style="MARGIN-TOP: -2px" align="center">
<a href="../index.html">M/J/C-C Home </a>
<a href="../newspage/newspage.html">Net Resources</a>
<a href="../metalsdirectorypage/hhome.html">Academic Metals Directory</a>
<a href="../../contactpage/contactpage.html">Contact Page</a>
<a href="../sitecreditspage/sitecredits.htm">Site Credits</a></td></tr>
</table>
<!--msnavigation-->
<!--this is the end of the navigation bar-->
2. To place Copyright notation to the bottom of your webpage, copy the code below to each page DIRECTLY BEFORE</body>
<!--msnavigation--><tr><td><address style="MARGIN: 10px; LINE-HEIGHT: 100%" align="left">
</address>
<address style="MARGIN: 10px; LINE-HEIGHT: 100%" align="center">
<font color="#8AC5FF"><font size="2">Copyright 1996 - 20<span lang="en-us">12</span>
by Temple University. All rights reserved. No part of this site may be
reproduced or used in any form or by any means without written permission. </font>
</font>
</address>
</td></tr>
<!--msnavigation-->
3. When the webmaster imports your site into our main site, the borders will appear
on each of the pages in your thesis show.
4. The webmaster will update all M/J/C-C web links on the top navigational border.
|