codes, -bold, italic, underline |
codes, -bold, italic, underline |
Jul 19 2005, 11:47 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 10 Joined: Jun 2005 Member No: 148,203 |
erm, what's that code for the bold, italic, and underline that changes to different color?
like this: BOLD BOLD ITALIC ITALIC UNDERLINE UNDERLINE and for the underline, wuts the code for a double underline? |
|
|
|
![]() |
| *mipadi* |
Jul 19 2005, 11:56 PM
Post
#2
|
|
Guest |
CODE b { color:#0000FF; /*blue bold text*/ } i { color:#00FF00; /*green italic text*/ } u { color:#FF9900; /*orange underline text*/ /*the following two attributes make a double underline:*/ text-decoration:none; border:1px double #FF9900; } All that goes between <style type="text/css"> and </style> tags. |
|
|
|
Jul 20 2005, 09:29 AM
Post
#3
|
|
![]() unique ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 520 Joined: May 2005 Member No: 140,137 |
there ya go, i fixed it incase that confused you. |
|
|
|
Oct 21 2005, 11:24 PM
Post
#4
|
|
![]() Member ![]() ![]() Group: Member Posts: 10 Joined: Jun 2005 Member No: 148,203 |
The codes dont work. when i tried with the underline crap, it makes my UNDERLINE words have a solid line border around it. when i made it dashed, it had dashs around the word too!! LOL
|
|
|
|
![]() ![]() |