hosko
03-13-2007, 12:53 PM
Ok well I have made my own Myspace layout and I really like it, I have a brushed metal background, and grey tables.
The only problem I am having is the white areas around the tables are not ment to be white but #333333 grey.
Can anybody help me out as what is needed to get this to be the right colour. I have tried and tried and am just getting stuck!!!
Here is a link to my myspace profile, hosko's myspace (http://www.myspace.com/hoskoau)
My code is this:
STYLE
body { background: url(http://web.mac.com/hoskoau/webpics/metal.gif); background-color=333333;
}
table table table td { background-color: CCCCCC; border: none; padding: 0; }
.nametext { color: black; padding: 5px; font-family:
Impact, sans-serif; font-size: 22pt; }
.text table tr td { background-color: 999999; }
.text table tr td p { color: 333333; }
.text td { color: 333333; }
a:link { color: 330000; }
table { background-color: 333333; border: none; padding: 0; }
table table { background-color: transparent; border: none; padding: 0; }
.whitetext12 { color: black; }
.lightbluetext8 { color: black; }
.orangetext15 { color: black; padding: 2px; }
/STYLE
The only problem I am having is the white areas around the tables are not ment to be white but #333333 grey.
Can anybody help me out as what is needed to get this to be the right colour. I have tried and tried and am just getting stuck!!!
Here is a link to my myspace profile, hosko's myspace (http://www.myspace.com/hoskoau)
My code is this:
STYLE
body { background: url(http://web.mac.com/hoskoau/webpics/metal.gif); background-color=333333;
}
table table table td { background-color: CCCCCC; border: none; padding: 0; }
.nametext { color: black; padding: 5px; font-family:
Impact, sans-serif; font-size: 22pt; }
.text table tr td { background-color: 999999; }
.text table tr td p { color: 333333; }
.text td { color: 333333; }
a:link { color: 330000; }
table { background-color: 333333; border: none; padding: 0; }
table table { background-color: transparent; border: none; padding: 0; }
.whitetext12 { color: black; }
.lightbluetext8 { color: black; }
.orangetext15 { color: black; padding: 2px; }
/STYLE