It's done with CSS
Add this to the head section of your page.
Change colors as desired.
<style type="text/css">
a:link {
color: red;
text-decoration: underline;
}
a:hover {
color: green;
text-decoration: underline;
}
</style>
If you don't want underlines, change underline to none
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer