Welcome to Geeklog, Anonymous Friday, April 18 2025 @ 04:52 pm EDT
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???
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;
}
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;
}
11
12
Quote
Status: offline
Robin
Forum User
Full Member
Registered: 02/15/02
Posts: 725
Quote by Turner:
Is the following wrong???
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

Geeklog Polish Support Team
9
12
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.

11
9
Quote
All times are EDT. The time is now 04:52 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