Thread: Link colours
Results 1 to 2 of 2
Related
-
background colours Forum: HTML Forum
Replies: 5 -
links - same colours Forum: HTML Forum
Replies: 2
-
07-02-2004, 03:21 PM #1
Link colours
Is there a quicker way than the CSS way to change the colours of individual links? I have a long list of links and some need to be different colours.
-
07-03-2004, 08:48 AM #2
Css is not only the quickest, but its the 'proper' way of doing it.
Code:<a href="badger.html" style="color: red;">my red link</a>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?