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
Printable View
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
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