Changing Bold Colors |
![]() ![]() |
Changing Bold Colors |
Nov 25 2004, 04:38 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 58,630 |
For the layout I'm making, I want to make it so when you bold something it's a different color then the rest of the text .. does anybody know how to do that ?
ThankSz - EmiLy`'* |
|
|
|
Nov 25 2004, 04:40 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 88 Joined: Sep 2004 Member No: 52,603 |
here you go
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 25 2004, 07:04 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 58,630 |
thanks !
|
|
|
|
![]() ![]() |