Log In · Register

 
BOLD, UNDERLINED, AND ITALIC TEXT, how do you preset your CSS...
gracexl0ve
post 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? =[
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: