|
Hi
I want to put a footer with copyright info and all that on all my pages.
The problem is though, as it is just the last row of a table that is to be included, I'm not sure how I incorporate the formatting from the style sheet.
Do I put the link to the style sheet in the footer and if so, do I have to insert <head> tags in the footer, for example, will this work?
<!-- Footer Copyright info -->
<head>
<link rel="stylesheet" type="text/css" href="footer.css">
</head>
</tr>
<td align="center" bgcolor="#344D56">
<div class="copyrightstuff">Copyright ©
Copyright Stuff Here 2003. All rights reserved</div></td>
</tr>
</table>
Thanks in advance
miseri
|