skip to main | skip to sidebar

CSS references

Jul 20, 2007

Remove underlines from any link

Apply for a-tag

a:link, a:visited {
text-decoration: none;
}
Posted by Creativity at 7:11 PM
Labels: text-decoration

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Labels

  • color
  • background-color
  • font-family
  • text-decoration
  • font-size
  • padding

How do you think about this blog?

Blog Archive

  • ▼  2007 (5)
    • ▼  July (5)
      • Add a background color to a heading
      • Create a link that changes color on mouseover
      • Remove underlines from any link
      • Use pixels, points, ems for font sizes
      • Replace font tags with CSS