Help - Search - Members - Calendar
Full Version: Bolding text
Forums > Resource Center > Support Center > Blogger Support > Blogger Resolved Topics
x3chrissyx3
I was wondering what you do to have your bolded text automatically revert to another color. Say you regular font is black, but you want your bolded text to to be pink, what would that script be? I know they have one for xanga, which is the below script:

CODE
.blogbody b, .standard b, p b, strong, b, em, u {
/* edits bolded text in your entry */
font-weight: bold;
color: #FF6699;
}



but I can't figure out of a way to get it to work with my blogger.
moorepocket
use
QUOTE
b,strong

instead of what you have.

and then <b>bolded text</b>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.