Argh. Table borders. >.< |
![]() ![]() |
Argh. Table borders. >.< |
| *Kathleen* |
Aug 26 2006, 03:23 PM
Post
#1
|
|
Guest |
Does anyone know how to get rid of the extended network banner border (only)? I want all the other borders.. but just not that one. If that's not possible, how does one alter the borders altogether?
CODE <style type="text/css"> table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://img147.imageshack.us/img147/5813/mbanwh6.jpg"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:428; height:270; display:block !important; } span.blacktext12 img {display:none;} </style> Here's my site. |
|
|
|
| *This Confession* |
Aug 26 2006, 04:01 PM
Post
#2
|
|
Guest |
k
Change it to this: CODE <style type="text/css"> table table table td {vertical-align:top ! important;border: 0px solid;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://img147.imageshack.us/img147/5813/mbanwh6.jpg"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:428; height:270; display:block !important; } span.blacktext12 img {display:none;} </style> <style>table tbody td table tbody tr td.text table{border: 0px solid; border-color: ffffff; } table table{border:0px;} table table table table{border:0px;} </style> And it will look like this:
|
|
|
|
| *Kathleen* |
Aug 26 2006, 04:24 PM
Post
#3
|
|
Guest |
Eeep. It works, but is there any way that I can keep the default borders for everything else, but disable it for that?
|
|
|
|
| *This Confession* |
Aug 26 2006, 08:24 PM
Post
#4
|
|
Guest |
oops I forgot to take part of the code out
Change this: QUOTE <style>table tbody td table tbody tr td.text table{border: 0px solid; border-color: ffffff; } table table{border:0px;} table table table table{border:0px;} </style> to this CODE <style>table tbody td table tbody tr td.text table{border: 0px solid; border-color: ffffff; }
</style> |
|
|
|
| *Kathleen* |
Aug 26 2006, 08:34 PM
Post
#5
|
|
Guest |
Ahh! THANK YOU.
|
|
|
|
| *This Confession* |
Aug 26 2006, 08:35 PM
Post
#6
|
|
Guest |
Welcome, topic closed.
have a nice night. |
|
|
|
![]() ![]() |