Well this may sound a little bit n00bish but here it is, i need to know the code for links how do i make them change colour when hovered over? :eusa_thin

Well this may sound a little bit n00bish but here it is, i need to know the code for links how do i make them change colour when hovered over? :eusa_thin
Last edited by Graphics; 18-11-2004 at 08:16 PM.
This is why Dreamweaver is useful
Put in the CSS (if youre using CSS):
a:hover {
text-decoration: none;
color: #000000;
}
Change #000000 to whatever colour code you want it to
Want to hide these adverts? Register an account for free!