HOW TO MAKE BOLD ITALIC AND SCRATCHED FONT DIFF COLORS, ehh can anybody help me |
![]() ![]() |
HOW TO MAKE BOLD ITALIC AND SCRATCHED FONT DIFF COLORS, ehh can anybody help me |
Mar 26 2006, 05:50 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Nov 2005 Member No: 303,599 |
i was wondering how to make bold, underline, scratched,regular etc .. font different colors.. can any1 help me pleaseee!
|
|
|
|
Mar 26 2006, 05:52 PM
Post
#2
|
|
|
SeXyLiLr3d ![]() ![]() ![]() ![]() Group: Member Posts: 171 Joined: Feb 2006 Member No: 376,102 |
yeah u can use dis code
<font style="font-family:comic sans ms;color:#FFFFFF;font-size:14px">TEXT</font> |
|
|
|
Mar 26 2006, 06:05 PM
Post
#3
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
^I don't think that would work in every kind. Use this code:
CODE <style type="text/css"> b{ color: COLOR; font:bold 11px Tahoma; } i,em{ color: COLOR; font:normal 11px Tahoma;} u{ color: COLOR; font:normal 11px Tahoma; text-decoration:underline;} s{ color: COLOR; text-decoration:linethrough; font:normal 11px Tahoma;} </style> I hope that helped! |
|
|
|
![]() ![]() |