need help with simple css - need help with simple css

They have: 2 posts

Joined: Jul 1999

I was wondering how to make it so that all the bold text on a page can also be red without putting <font color="red"> before every <b> Does anyone know how to do any of the css for it?

----------
Jeff
Bradley

They have: 76 posts

Joined: Apr 1999

8ride,
This line put in you style sheet should do it:

B
{
FONT-FAMILY: 'whatever fonts you want'; COLOR: 'whatever color you want'
}

Later,
PJ

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.