Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Tue, 06/17/2008 - 09:23
#1
toemouse
Joined:
17/06/2008
Posts:
4
Link color in Firefox not changing
The styles that I have given to hyperlinks in my CSS are not showing up in Firefox.
The links just stay "default" blue.
Any help in fixing this would be great.
Attachments:
bluelinks.gif
Thu, 06/19/2008 - 04:13
#2
jnghh
Joined:
06/06/2008
Posts:
1
Re: Link color in Firefox not changing
Same here, for both FF2 and FF3 now. I tried putting the style inside the a href tag, but it seems like FF just doesn't want to render css for hyperlinks.
Mon, 06/30/2008 - 15:50
#3
eradwen
Joined:
30/06/2008
Posts:
8
Re: Link color in Firefox not changing
This should work :
a {
color:red !important;
}
Thu, 07/17/2008 - 02:55
#4
toemouse
Joined:
17/06/2008
Posts:
4
Re: Link color in Firefox not changing
Thanks that worked. Cant beleive I didnt think of trying that.
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Link color in Firefox not changing
Re: Link color in Firefox not changing
a {
color:red !important;
}
Re: Link color in Firefox not changing