If your developing this site,
http://atlantawebsiteproductions.com/gamesfyi/home.html
define your style (with in a css page or within the head)
<style>
A:link { color:#000099; text-decoration: none;}
A:visited {color: #000099; text-decoration: none;}
A:hover {color: #0033ff; text-decoration: none;}
A:active {color:#000099; text-decoration: none;}
</style>
and remove
the a link,vlink, & alink from the body tag
<BODY background="fyihome.gif" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF>
=
<BODY background="fyihome.gif">
This should deffinately work..
Steve
|