italic |
italic |
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
|
|
|
|
![]() |
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 --> |
|
|
|
x_BaBiE_x italic Jul 10 2004, 01:21 PM
acidbreeze You mean whenever you use <b> the bold words... Jul 10 2004, 03:35 PM
x_BaBiE_x that doesn't work. i have tried. Jul 10 2004, 03:49 PM
LatinaLady use this
<font color=######><b><i... Jul 10 2004, 03:52 PM
xsalvixchickx wat you do is that in your code it says <b... Jul 10 2004, 05:40 PM
aZNbLUMUNKEEbUTT CODE<!-- begin code provided by createblog... Jul 10 2004, 07:09 PM
ch33sylici0us Click inside the box where is says []edit html in ... Jul 10 2004, 08:28 PM
hunnigurl01 i think ur looking for this .... put it in ur cust... Jul 11 2004, 06:02 AM![]() ![]() |