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 ![]() |
Click inside the box where is says []edit html in your desired weblog entry before pasting any of these codes.
Text aligned left CODE <!-- begin code provided by createblog.com --> <p align=left> <!-- end code provided by createblog.com --> Text aligned right CODE <!-- begin code provided by createblog.com --> <p align=right> <!-- end code provided by createblog.com --> Text in the center CODE <!-- begin code provided by createblog.com --> <p align=middle> <!-- end code provided by createblog.com --> Italic CODE <!-- begin code provided by createblog.com --> <i>text</i> <!-- end code provided by createblog.com --> Bold CODE <!-- begin code provided by createblog.com --> <b>text</b> <!-- end code provided by createblog.com --> Underlined CODE <!-- begin code provided by createblog.com --> <u>text</u> <!-- end code provided by createblog.com --> Striked CODE <!-- begin code provided by createblog.com --> <s>text</s> <!-- end code provided by createblog.com --> Change color CODE <!-- begin code provided by createblog.com --> <font color=#000000>text</font> <!-- end code provided by createblog.com --> Change color AND size CODE <!-- begin code provided by createblog.com --> <font color="#000000" font-size="8pt">text</font> <!-- end code provided by createblog.com --> Glowing font CODE <!-- begin code provided by createblog.com --> <SPAN STYLE=position:static;;filter:Glow(color=#growing color)>writing</SPAN> <!-- end code provided by createblog.com --> Shadowed font CODE <!-- begin code provided by createblog.com -->
<tt style=filter:dropshadow(color=#shadow color,offx=distance from the writing,offy=distance from the writing2,positive=true);width="?pt";height="?pt">writing</tt> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |