How did this happen, and how can I get it back?, Borders (here's a picture) |
![]() ![]() |
How did this happen, and how can I get it back?, Borders (here's a picture) |
Mar 17 2006, 04:20 PM
Post
#1
|
|
![]() meow ![]() ![]() ![]() ![]() Group: Member Posts: 208 Joined: May 2005 Member No: 137,036 |
I deleted my extended network and my blogs, then moved my about me up.. and now my about me and all that doesnt have any borders. But all the side content does.
Here's a picture.. ![]() -- I don't know why its so small, but the left side content has pink borders. But not the other side. How can I put my borders back ? |
|
|
|
Mar 17 2006, 07:16 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
link? codes? something.
|
|
|
|
Mar 20 2006, 06:11 PM
Post
#3
|
|
![]() meow ![]() ![]() ![]() ![]() Group: Member Posts: 208 Joined: May 2005 Member No: 137,036 |
Yup, here's my codes.
CODE <Style type="text/css"> body{ background-color:000000; scrollbar-track-color:E052E0; scrollbar-face-color:000000; scrollbar-highlight-color:000000; scrollbar-base-color:000000; scrollbar-darkShadow-color:000000; scrollbar-shadow-color:000000; scrollbar-arrow-color:CAEB47; } Table, Td{ background-color:transparent; } table table table{ width:400px; background-color:FFFFFF; border-color:E052E0; border-style:solid; border-width:2px; } table table table table{ width:auto; } table table table table, table table table td{ border-style:none; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:E052E0; font-size:8pt; font-weight:normal; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:CAEB47; font-size:12pt; font-weight:bold; font-style:normal; font-family:Arial, verdana, arial, sans-serif; line-spacing: -2pt; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:CAEB47; font-size:8pt; font-weight:normal; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:E052E0; font-size:8pt; font-weight:normal; font-style: bold; font-family:Arial, verdana, arial, sans-serif; text-transform: uppercase; text-decoration: none; } .{hiding the bottom links} table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;} . {hiding the copyright} table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;} table tbody td table tbody tr td.text table {visibility:hidden;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;} .up{position:absolute; top: 170px; left: 500px;} .hidethem {visibility:hidden; display:none;} </Style> Anything wrong? |
|
|
|
Mar 20 2006, 07:12 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Don't combine the codes
Use the following: CODE <Style type="text/css"> body{ background-color:000000; scrollbar-track-color:E052E0; scrollbar-face-color:000000; scrollbar-highlight-color:000000; scrollbar-base-color:000000; scrollbar-darkShadow-color:000000; scrollbar-shadow-color:000000; scrollbar-arrow-color:CAEB47; } Table, Td{ background-color:transparent; } table table table{ width:400px; background-color:FFFFFF; border-color:E052E0; border-style:solid; border-width:2px; } table table table table{ width:auto; } table table table table, table table table td{ border-style:none; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:E052E0; font-size:8pt; font-weight:normal; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:CAEB47; font-size:12pt; font-weight:bold; font-style:normal; font-family:Arial, verdana, arial, sans-serif; line-spacing: -2pt; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:CAEB47; font-size:8pt; font-weight:normal; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:E052E0; font-size:8pt; font-weight:normal; font-style: bold; font-family:Arial, verdana, arial, sans-serif; text-transform: uppercase; text-decoration: none; }
.{hiding the bottom links} table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;} . {hiding the copyright} table div font a, table div div {visibility:hidden; display:none;border:0px;} .hidethem {visibility:hidden; display:none;} </Style> <style type="text/css"> important;background-color:transparent;} table tbody td table tbody tr td.text table {visibility:hidden;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;} .up{position:absolute; top: 170px; left: 500px;} </style> |
|
|
|
Mar 23 2006, 07:32 PM
Post
#5
|
|
![]() meow ![]() ![]() ![]() ![]() Group: Member Posts: 208 Joined: May 2005 Member No: 137,036 |
So, will that get my borders back?
|
|
|
|
Mar 23 2006, 09:08 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Yeah.. Just try it first next time.
|
|
|
|
![]() ![]() |