surrounding box??, thin box around all tables + white background? |
![]() ![]() |
surrounding box??, thin box around all tables + white background? |
Jul 10 2008, 01:02 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Dec 2005 Member No: 325,836 |
I've been trying to figure out how to get my myspace to look like this, and so far I've gotten everything that needs to be hidden, but I cant get the grey background to turn white, and the box to surround the tables
Could anyone help? |
|
|
|
Jul 10 2008, 01:22 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Here's the code for the border (I believe):
CODE <style type="text/css"> td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} table {border:1px solid black;} td {border:none;} tr {border:none; background-color:transparent;} tr table {border:none;} div table {border:1px solid black;} div table {border-bottom:0px;} table tr td div {border:none;} table table {width:100%;} table table table table table table {border:none;} table table table table table {border:none;} table table table table {border:none;} table table table {border:none;} table table {border:none;} table div {border:none;} </style> And to change your background, here's the code: CODE <style type="text/css"> body {background-color:000000;} </style> Just change 000000 to the hex code of the color you want. |
|
|
|
![]() ![]() |