View Full Version : Bold text attributes?


tangtrees
04-04-2005, 12:45 AM
I was wondering if there was a code, for whenever text on my page is bold, it automatically makes it a different color?

Monkey Bizzle
04-04-2005, 03:26 AM
since you posted this in the CSS section, I will assume that you know what CSS is and how to use it... So... in your CSS add:

b{color: #FFFFFF;}

and change it to whatever color you want it to be.