CSS to be used within the Table
Hi,
I have defined a particular style to be used with a table for a specific section of the content. but somehow it does not seem to read the same and change the format of that particular text. This is what my style sheet reads @ the moment:
P, TD, TR, SPAN {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.introtext
{
font-family: Verdana;
font-color: Blue;
}
And for formatting the text i tried using :
div class
span class
p class
but none of them would change it .. so i finally came over here for help. please tell me how would this work.
Thanks a lot for the time.
- Kapil
- The Home Page Tutorial - My Home Page
- MagNetize Your .Com - The Complete Web Solutions
- My Cuffe Parade - You Digital Guide to Cuffe Parade
Suzanne posted this at 20:21 — 12th August 2001.
She has: 5,507 posts
Joined: Feb 2000
Please provide an url for the page in question. Thanks!
And just incase this is the answer:
You tried This is the introtext in the table? This is where an url would help -- I could see how you're using the CSS and HTML together.
Suzanne
sersun posted this at 10:43 — 18th August 2001.
They have: 32 posts
Joined: Aug 2001
Heheh. I did that once
There is no "font-color" attribute. Try this:
.introtext
{
font-family: Verdana;
color: Blue;
}
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.