css ahref's
css ahref's
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- ifThenGo0
Also remember that you can re style HTML tags;
body a:link {}
body a:visited {}
body a:hover {}
body a:active {}h1 a:link {}
h1 a:visited {}
h1 a:hover {}
h1 a:active {}Makes for more manageable, tidier code.