Thread: MySpace Code
View Single Post
  #1  
Old 01.09.2006, 04:08 PM
Doc Jones's Avatar
Doc Jones Doc Jones is offline
This forum member lives here
This forum member lives here
 
Join Date: 12.01.2005
Location: Austin Texas
Posts: 1,346
Default MySpace Code

Any my space html tweakers out there?

trying to get a myspace site up and started customizing it. I set it so that it contains mostly a black background with white text. Got almost all of it working except the interests section - for some reason the text in that section is coming up black (and since it is on a black background, the text can't be seen) Can't seem to be able to find where I went wrong with this code -
Any help greatly appreciated.

MySpace Code - - - - - - -

<style type="text/css">

.mygen { Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-color:000000;
border-color:FFFFFF;
border-width:5px ;
border-style: solid;
}

.mygen { Table Properties }
table table { border: 0px }
table table table table{border:0px}
table table table {
border-style:solid;
border-width:1px;
border-color:777777;
background-color:111111;
}

.mygen { Text Properties }
table, tr, td, li, p, div { font-family:verdana; color:FFFFFF; }
.btext { color:FFFFFF; }
.blacktext10 { color:FFFFFF; }
.blacktext12 { color:FFFFFF; }
.lightbluetext8 { color:FFFFFF; }
.orangetext15 { color:FFFFFF; }
.redtext { color:FFFFFF; }
.redbtext { color:FFFFFF; }
.text { color:FFFFFF; }
.whitetext12 { color:FFFFFF; }
a:active, a:visited, a:link { color:BBDD99; }
a:hover { color:FFFFDD; }
a.navbar:active, a.navbar:visited, a.navbar:link { color:BBDD99; }
a.navbar:hover { color:FFFFDD; }

a.redlink:hover { color:FFFFDD; }
.nametext { color:FFFFFF; }
a.redlink:active, a.redlink:visited, a.redlink:link { color:BBDD99; }
a.redlink:hover { color:FFFFDD; }
.mygen { Miscellaneous Properties }
img { filter:none;}
a:link img { filter:none;}
.blacktext12 { visibility:visible;}
div table tr td font {visibility:visible;}
div table table tr td font {visibility:visible;}
tr {background:transparent;}
body table div font a, body table div div {visbility:visible;}
body table table div font a, body table table div div {visibility:visible;}

</style>
Reply With Quote