Double underline things |
Double underline things |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Apr 2006 Member No: 392,878 ![]() |
Erm does anyone know what the code is for double/thick underline, and dashed line above the words, and like any codes similar to them?
Sorry if it doesnt make sence ![]() If anyone did know it would be great =] Edit -- And does anyone know how to change all of your writing on your page to a smaller font/different font etc? |
|
|
![]() |
![]()
Post
#2
|
|
![]() uhmm. ![]() ![]() ![]() ![]() Group: Member Posts: 101 Joined: Jan 2006 Member No: 367,929 ![]() |
this is the code for the underline, change the colors and whatever to your liking. it`s also for the bold, italic & strong if you`d like. remove it if not wanted.
CODE <style type=text/css>
b {cursor:crosshair; font-size: 11px; font-weight: bold; color: white; text-transform: normal; letter-spacing: -1px; font-family: arial; } U {font-family: arial; color:ffffff; font-size:11px; letter-spacing:-0.5px; border-bottom:2px solid; border-color:99ff00; font-weight:REGULAR; } i {cursor:help; font-weight:italic; color:99ff00; font-family:georgia; line-height:12pt; text-transform:lowercase; letter-spacing:-0px; font-size:8pt; } strong {cursor:crosshair; font-size:11px; font-weight: normal; color: 99ff00; text-transform:none; letter-spacing: 0px; font-family: arial; }--></STYLE> |
|
|
![]() ![]() |