Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - CSS Question Again
  
User name:
Password:
Reply:
 

UserPost
Elric
Posts: 130/687
Ah, I see. I guess I'll have to remove that part, and just add a <font> tag to my layout code.
ErkDog
Posts: 206/982
"The problem is, it ignores <font> tags, and makes ALL my text white, except for quotes or links."

exactly... you are overriding all <font> to #fffffff with the CSS
Elric
Posts: 128/687
Not under font, no. But I have colors under blockquote and A.
ErkDog
Posts: 199/982
.eq font { font-family: Arial; font-size:12px; color:#ffffff; }

fffffff is white ....

you don't have a color besides white in the CSS
Elric
Posts: 124/687
Well that's new then. I got that from waaaaaaaaay back when I first did HTML stuff, and I used Netscape Navigator Gold 3 to make a page. It put "cyan" as the color, so I've always used it since then.

And that's what is messing up the <font> tags?
Vystrix Nexoth
Posts: 127/348
there is no color 'cyan', in terms of the pre-defined CSS colors. use #00FFFF, or 'aqua' which I believe is the word for it.
Elric
Posts: 121/687
Here's my current .CSS file:

.eq font { font-family: Arial; font-size:12px; color:#ffffff; }
.eq blockquote { border: 3px dotted #6666FF; background: #000055; color: Cyan; padding: 5px; width=95% }
.eq A { color: Cyan; }


The problem is, it ignores <font> tags, and makes ALL my text white, except for quotes or links.

That should have been in red...

So, my question is, how do I fix it?
Acmlm's Board - I2 Archive - Programming - CSS Question Again


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.007 seconds.