Blog Branding: The Footer
Creating the footer is virtually identical to creating the masthead. You'll be creating a module in your template config page. Once again, this code is an HTML fragment with none of the HEAD.../HEAD, yadda-yadda-yadda that a well formed document would have.
The Code
This footer is specific to Kelvin Smith Library. You can just about copy and paste the content of your page footer into this space. For this template to work correctly you'll want to make sure it fits into this fragmentary table structure.
<!-- BEGIN FOOTER -->
<tr valign="top">
<td rowspan="3"> </td>
<td align="center" colspan="2"><div class="footerseparator"></div></td>
</tr>
<tr>
<td colspan="2">
<div id="footernav">
<ul>
<li><a href="http://catalog.case.edu/">EuclidPLUS</a></li>
<li>|</li>
<li><a href="http://www.ohiolink.edu/">OhioLINK</a></li>
<li>|</li>
<li><a href="http://library.case.edu/forms/suggest.aspx"
onmousedown="this.href=this.href+'?r='+document.httpReferrer;">Contact Us</a></li>
<li>|</li>
<li><a href="http://catalog.cwru.edu/patroninfo/">Your Library Record</a></li>
<li>|</li>
<li><a href="http://library.case.edu/ksl/techteam/">Technical Support</a></li>
<li>|</li>
<li><a href="http://library.case.edu/forms/directory.aspx">Site Map</a></li>
</ul></div>
</td>
</tr>
<tr valign="top">
<td align="center" colspan="2">
<div style="text-align: center;">
<p id="footer"><a href="http://library.case.edu/">Kelvin Smith
Library | 11055 Euclid Avenue | Cleveland, Ohio 44106-7151 |
<a href="http://library.case.edu/ksl/admin/directory.html"
title="Phone Numbers">Phone:</a> 216.368.3506<br />
<!-- CASE SIGN OFF SHOULD BE LAST ON PAGE -->© 2004- Case
Western Reserve University | Cleveland, Ohio 44106 | 216.368.2000 |
<a href="http://www.case.edu/legal.htm">legal notice</a></p>
</div>
</td>
</tr>
<!-- END FOOTER -->
Trackbacks
Trackback URL for this entry is: http://blog.case.edu/dkh2/mt-tb.cgi/1021
Email This Entry:
Comments