<a href="http://www.w3schools.com/">Visit W3Schools!</a>
It shows as purple and with an underline... how to remove this?
removing the underline and purple color from text links
Moderator: General Moderators
-
Mythic Fr0st
- Forum Contributor
- Posts: 137
- Joined: Sat Dec 02, 2006 3:23 am
- Contact:
Some one needs some Internet 101 (How to google), and default is blue, not purple.
Code: Select all
css:
a:link {
color: #358;
text-decoration:none;
}