italic |
italic |
![]()
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
![]() |
|
|
![]() |
![]()
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 --> |
|
|
![]() ![]() |