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 10 2004, 08:28 PM
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 --> |
|
|
|
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 Or you could use these [paste in custom header]:
... Jul 11 2004, 04:20 AM
hunnigurl01 i think ur looking for this .... put it in ur cust... Jul 11 2004, 06:02 AM![]() ![]() |