PDA

View Full Version : CSS Problem


cac2889
02-05-2003, 06:23 AM
Ok I have this code:

td.middleTitleNews { background-color: #C0C0C0; font-size: 12pt;
line-height: 13pt; font-family: arial}


I want to set the font color in this table (this is a css style setup for a table class) to #333399. I have looked everywhere and tried everything, but I can't find the right command ANYWHERE. Does anyone know how to do this? I'm using it for a css style changer and need control of the font color so I can change it with css style files. Thanks in advance!

Jochem
02-05-2003, 09:03 AM
td.middleTitleNews { background-color: #C0C0C0; font-size: 12pt; color: #333399; line-height: 13pt; font-family: arial}

cac2889
02-05-2003, 09:56 PM
Originally posted by mkolsenfan
td.middleTitleNews { background-color: #C0C0C0; font-size: 12pt; color: #333399; line-height: 13pt; font-family: arial}

Why are the easiest things the ones we can't figure out????:o Thanks mkolsenfan for your help. It works great!:)

m3tal_c0re
02-08-2003, 12:55 AM
pitty i didnt see this thread sooner. dude, i had that same problem with my css menu table, i couldnt figure out what it was to change the text color for nothing, i gave up that night, come back the next morning, look at it, minute later i figure out its just color: #rrggbb; lol. pissed me off so bad, so simple and i missed it. its ALWAYS the stupid and simple crap. :confused:

Jochem
02-08-2003, 11:07 AM
yes, m3tal, that's life ;)
and cac, you're welcome