Sent by Peter Williams on 30 September 2002 04:04
Obviously left out a text-align: center; from the
.footernav declaration.
--
Peter Williams
> -----Original Message-----
> From: Peter Williams
>
> <div class="footernav">
> Then style that to get the same visual result.
> ie.
> .footernav { font-family: Arial, Helvetica, sans-serif;
> font-size: 10px; color: #000066; }
> .footernav a:link { color: #FF0000; text-decoration: none}
> .footernav a:visited { color: #FF0000; text-decoration: none}
> .footernav a:hover { color: #990033; text-decoration: underline}
> .footernav a:active { color: #660033; text-decoration: underline}
>