Help - Search - Members - Calendar
Full Version: colors on the side
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
weirdman
How do you change the colors that are on the sides of my profile so that it matches the rest of the layout?
freeflow
What do you mean ? As in a default profile how you have the grey parts?
CODE
<style type="text/css">
body{
background-color: ######;}
</style>
weirdman
http://profile.myspace.com/index.cfm?fusea...iendid=60314996

It's kinda hard to see cus the BG is a more lighter grey, but on the sides(besides the T-MAN part) there's darker grey lines, on both sides. So I was wondering how to get rid of that

QUOTE
<style type="text/css">
table, tr, td {background:EAE7E7;}
table table table table, table table table table td.text, table.contactTable {display:none;}
td.text table, .orangetext15 {visibility:hidden;}
td.text table table {display:inline; visibility:visible;}
td.text td.text table {display:none;}
div b font font, div font font u {display:none;}
.whitetext12 { display: none; }
.nametext { display:none;}
table, tr, td {background-color: EAE7E7; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}
table table table {border: 0px solid; border-color: transparent; background-color: EAE7E7; }
</style>


That's the code I have so far
ekhast
Use this:
CODE
<style type="text/css">
body {
background-color: EAE7E7;}
table, tr, td {background-color:EAE7E7;}
table table table table, table table table table td.text, table.contactTable {display:none;}
td.text table, .orangetext15 {visibility:hidden;}
td.text table table {display:inline; visibility:visible;}
td.text td.text table {display:none;}
div b font font, div font font u {display:none;}
.whitetext12 { display: none; }
.nametext { display:none;}
table, tr, td {background-color: EAE7E7; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}
table table table {border: 0px solid; border-color: transparent; background-color: EAE7E7; }
</style>

It's the same you got, just have to add the first part.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.