DREAMWEAVER LINKS - i dont understand....
DREAMWEAVER LINKS - i dont understand....
Out of context: Reply #1
- Started
- Last post
- 24 Responses
- ********0
Have you set all of them? hover, active, visited etc...?
a:link {
color: #CC6633;
}
a:visited {
color: #CC6633;
}
a:hover {
color: #CC6633;
}
a:active {
color: #CC6633;
}