littlefuzzball
03-04-2007, 03:45 PM
Taking the advice from my prof for webdesign and creating seperate html documents for header and footer so that I don't have to re-write them over and over again. I thought this was a good idea, right now I'm a little frustrated because I can't get the text to tag to the bottom of the page. I'm not sure quite what I'm doing wrong. Here's the code that I've got. Everything is how it's suppose to be except that the text is at the top instead of the bottom. Help?
<HTML>
<HEAD>
<TITLE>Kitten's Corner</TITLE>
</HEAD>
<STYLE TYPE="TEXT/CSS">
BODY
{BACKGROUND-COLOR: #003366;
direction:rtl;
SCROLLBAR-FACE-COLOR: #0066CC;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #0099CC;
SCROLLBAR-SHADOW-COLOR: #000066;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #FFFFFF;}
p
{font-family: Arial, Times New Roman;
style="filter:alpha(opacity=65);
color: #0099ff;}
</style>
<body>
<div align="center">
<div align="bottom">
<div style="direction:ltr">
<td width="100%" style="filter:alpha
(opacity=65); background-color: 000000;
width: 100%; border: 2px solid FFFFFF">
<th rowspan="1"><th colspan="4">
<tr><th>
<a href="map.html">Home</a>
<td>
<a
href="disclaimer.html">Disclaimer</a>
<a href="feedback.html">Feedback</a>
<td>
<a
href="faq.html">FAQ's</a></th></td></ta
ble>
<p>© 2006-2007 Alyssa Fessler. All
Rights Reserved</p>
</div>
</div>
</html>
<HTML>
<HEAD>
<TITLE>Kitten's Corner</TITLE>
</HEAD>
<STYLE TYPE="TEXT/CSS">
BODY
{BACKGROUND-COLOR: #003366;
direction:rtl;
SCROLLBAR-FACE-COLOR: #0066CC;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #0099CC;
SCROLLBAR-SHADOW-COLOR: #000066;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #FFFFFF;}
p
{font-family: Arial, Times New Roman;
style="filter:alpha(opacity=65);
color: #0099ff;}
</style>
<body>
<div align="center">
<div align="bottom">
<div style="direction:ltr">
<td width="100%" style="filter:alpha
(opacity=65); background-color: 000000;
width: 100%; border: 2px solid FFFFFF">
<th rowspan="1"><th colspan="4">
<tr><th>
<a href="map.html">Home</a>
<td>
<a
href="disclaimer.html">Disclaimer</a>
<a href="feedback.html">Feedback</a>
<td>
<a
href="faq.html">FAQ's</a></th></td></ta
ble>
<p>© 2006-2007 Alyssa Fessler. All
Rights Reserved</p>
</div>
</div>
</html>