Welcome to Geeklog, Anonymous Sunday, November 24 2024 @ 06:38 pm EST

Geeklog Forums

CSS in Professional Theme


Turner

Anonymous
All I want is for my links to be bold, colored, with no underline. I try to remove the underline by adding "text-decoration: none" to the a: class. Nothing happens. What gives?

Is the following wrong???

Text Formatted Code
a:link {
  background:transparent;
  color:#006600
  font weight: bold;
  text-decoration: none;
}
a:visited {
  background:transparent;
  color:#006600
  font weight: bold;
  text-decoration: none;
}
a:hover {
  background:transparent;
  color:#00d000
  font weight: bold;
}
a:active {
  background:transparent;
  color:#FF0000
  font weight: bold;
}

 
 Quote

Status: offline

Robin

Forum User
Full Member
Registered: 02/15/02
Posts: 725
Quote by Turner:
Is the following wrong???

As a start add missing semicolons to the lines with colors and add text-decoration: none; to all link attributes i.e visited, hover, etc.
That should do the trick Smile
Geeklog Polish Support Team
 Quote

Turner

Anonymous
Yikes. Thanks so much. I would have bet my life (and lost) I had those semi-colons in there! I need more sleep. Embarassed
 Quote

All times are EST. The time is now 06:38 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content