Help, Dashed Border Huge |
![]() ![]() |
Help, Dashed Border Huge |
Sep 5 2006, 07:07 PM
Post
#1
|
|
![]() Hi, Loser ![]() ![]() ![]() ![]() Group: Member Posts: 216 Joined: Jul 2005 Member No: 169,847 |
Can someone help me. my underline dash is huge. i want it the normal size.
CLICK here`s what i have: CODE <style type="text/css"> body { background-color:black; background-image:url(); background-position:bottom right; background-repeat: repeat; background-attachment:fixed; } table, tr, td {background:transparent; border:0px;} table table table {background-color:000000;} table table table { border-width:1px; border-color:7F33FF; border-style:solid; } table table table table {border:0px;} input {background-color:transparent !important;} td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:Arial !important;} td, span, div, input, table td div div font, body div table tbody tr td font {color:white !important;} .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .redtext, .redbtext, .blacktext10, .btext {color:7F33FF !important;} a {color:00E8F0 !important; text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: lowercase !important; } a:hover {color:C6FF00 !important; text-decoration: underline !important; font-style: normal !important; font-weight: bold !important; text-transform: uppercase !important; border-bottom:1px dashed; border-color:7F33FF; letter-spacing:-1px;} img {border:0px;} .blacktext10 { border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-color:7F33FF; border-style:solid; display:DASHED; width:0%;} .moreCSS {content:"Additional CSS go under this line.";} } } FONT, TABLE, TR, TD, TH, DIV, P, .TEXT { color:white; font-family:arial; font-size:8pt; font-weight:normal; } b { color:7F33FF; font-family:arial; font-size:8pt; font-weight:bold; letter-spacing:0px; } i { color:C6FF00; font-family:georgia; font-size:8pt; font-weight:normal } u {color: 00E8F0; font-weight:none; letter-spacing:0px; border-bottom: 1px dashed 7F33FF; font-family:arial;text-transform: normal;line-height: 8pt;font-size: 8pt;} } </style> can someone please tell me what`s wrong. thanks! |
|
|
|
| *WHIMSICAL 0NE* |
Sep 5 2006, 07:21 PM
Post
#2
|
|
Guest |
Try this:
CODE <style type="text/css">
body { background-color:black; background-image:url(); background-position:bottom right; background-repeat: repeat; background-attachment:fixed; } table, tr, td {background:transparent; border:0px;} table table table {background-color:000000;} table table table { border-width:1px; border-color:7F33FF; border-style:solid; } table table table table {border:0px;} input {background-color:transparent !important;} td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:Arial !important;} td, span, div, input, table td div div font, body div table tbody tr td font {color:white !important;} .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .redtext, .redbtext, .blacktext10, .btext {color:7F33FF !important;} a {color:00E8F0 !important; text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: lowercase !important; } a:hover {color:C6FF00 !important; text-decoration: underline !important; font-style: normal !important; font-weight: bold !important; text-transform: uppercase !important; border-bottom-width:1px dashed; border-color:7F33FF; letter-spacing:-1px;} img {border:0px;} .blacktext10 { border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-color:7F33FF; border-style:solid; display:DASHED; width:0%;} .moreCSS {content:"Additional CSS go under this line.";} } } FONT, TABLE, TR, TD, TH, DIV, P, .TEXT { color:white; font-family:arial; font-size:8pt; font-weight:normal; } b { color:7F33FF; font-family:arial; font-size:8pt; font-weight:bold; letter-spacing:0px; } i { color:C6FF00; font-family:georgia; font-size:8pt; font-weight:normal } u {color: 00E8F0; font-weight:none; letter-spacing:0px; border-bottom-width: 1px dashed 7F33FF; font-family:arial;text-transform: normal;line-height: 8pt;font-size: 8pt;} } </style> |
|
|
|
![]() ![]() |