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???
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;
}
9
9
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
6
9
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.
8
6
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