Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #10 on: Sep 14, 2006, 07:13:40 pm »
We all started out where we didn't know anything about CSS...
Additionaly: instead of just the 'a' in
Code:
a { color:red; }
you can use a:link, a:visited, a:hover and a:active letting you control how the link will look when: not visited, visited, hovering your mouse over it and clicking it.