BOLD, UNDERLINED, AND ITALIC TEXT, how do you preset your CSS... |
![]() ![]() |
BOLD, UNDERLINED, AND ITALIC TEXT, how do you preset your CSS... |
Dec 4 2004, 08:53 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Feb 2004 Member No: 3,286 |
How do you format your CSS so that your bold, italicized, and underlined text are different colors? and not only that but, how can you change it so that the font weight stays normal and doesn't become italicized or underlined but stays normal font with just the color change?
here's what i tried [it changed the color but the font weight keeps changing to italicized or underlined]: .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: normal; font-size: 11px arial; color: #000000; line-height: 16px; } .blogbody i, .standard i, p i, em { font-weight: normal; font-size: 11px arial; color: #006600; line-height: 16px; } .blogbody u, .standard u, p u, u { font-weight: normal; font-size: 11px arial; color: #ff0000; line-height: 16px; } can someone please help me? =[ |
|
|
|
Dec 4 2004, 09:48 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,429 Joined: Aug 2004 Member No: 43,293 |
i dont think there's such thing.
but you explained it in a very confusing way. could you please explain it more clearly so i can try to help you and understand it..? |
|
|
|
Dec 4 2004, 10:07 PM
Post
#3
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,638 Joined: Jun 2004 Member No: 22,114 |
There are codes in that in Xanga scripts, look under
bold text: different color underlined text: different color italicized text: different color |
|
|
|
![]() ![]() |