I want to write a link that allows the user to make my site their home page. I know how to do that by itself, but I want to make it so that the link changes colors when you move the mouse over it. Also, I don't want the link to be underlined. To be specific, I want the original link to say Make Ultimate Reviews Your Home Page! and have the link be for the site http://www.freewebs.com/ultimate_reviews/. Finally, I would like the original color to be red (#FF0000) and have it change to coral (#FF7F50). Thanks!
This is what I typed (I added the suggestion). For some reason, my navigation bar is now coral and the link is still just red (it doesn't even do the color flip!) What am I doing wrong?
<TITLE>Click!</TITLE>
<style>
}
a:link, a:visited, a:active{
border: none; color:#FF7F50;
}
</style>
<CENTER><FONT FACE="arial">
<SPAN STYLE="cursor:hand; color:red; text-decoration:underline"
onClick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.freewebs.com/ultimate_reviews');">
Click Here to Make Ultimate Reviews Your Home Page
</SPAN> </CENTER> </FONT>
Bookmarks