Log In · Register

 
italic
x_BaBiE_x
post Jul 10 2004, 01:21 PM
Post #1


Member
**

Group: Member
Posts: 13
Joined: Apr 2004
Member No: 10,036



okay there are some people who have italic words that are colored automatically. i already have the bolded one. Can someone give me the code? in CSS format? thanks happy.gif
 
 
Start new topic
Replies
ch33sylici0us
post Jul 11 2004, 04:20 AM
Post #2


my pet rock doesn't like you
****

Group: Member
Posts: 258
Joined: Feb 2004
Member No: 4,866



Or you could use these [paste in custom header]:

This changes the color of the bolded, italized, and underlined text in your weblogs.
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
strong {
color: #FF0000;
}
</style>
<!-- end code provided by createblog.com -->


To change the color of bolded text:
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
b {
color: #FF0000;
}
</style>
<!-- end code provided by createblog.com -->


To change the color of italized text:
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
em {
color: #FF0000;
}
</style>
<!-- end code provided by createblog.com -->


To change the color of underlined text:
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
u {
color: #FF0000;
}
</style>
<!-- end code provided by createblog.com -->
 

Posts in this topic


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