Greetings to all!
I've never had this problem before, but just earlier today after I added in a new code for my MySpace contact table, the background color on my Profile page doesn't show anymore, it's just plain transparent grey where it should have been all black. I tried changing color codes on the background section, it only worked partially (all other areas are black except for the top part of the page).
Shown below are my original layout code and the contact table code I just added in. Should anyone of you out there see a mistake or know how to solve this problem, Please PM me as soon as possible! Thank you very much! Your help would be much appreciated!!
PROFILE LAYOUT CODE:
<Style type="text/css" source="http://www.strikefile.com/" author="Thomas Zwaagstra">
.orangetext15, strong, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{
color:rgb(255,255,255);
font-weight:bold;
font-style:normal;
text-decoration:none;
text-transform:none;
}
a </Style>
<Style type="text/css" source="http://www.strikefile.com/" author="Thomas Zwaagstra">
table, tr, td{
background-color:transparent;
border-style:none;
}
body{
background-color:rgb(0,0,0);
background-image:url(http://viewmorepics.myspace.com/index.cfm?fuseaction=viewImage&friendID=84859534&imageID=1183323068&MyToken=0c59d16b-811f-4378-b2c2-fdf2f4ee3388);
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
scrollbar-face-color:rgb(0,0,0);
scrollbar-base-color:rgb(0,0,0);
scrollbar-3dlight-color:rgb(255,0,0);
scrollbar-shadow-color:rgb(255,0,0);
scrollbar-darkshadow-color:rgb(255,0,0);
scrollbar-highlight-color:rgb(255,0,0);
scrollbar-track-color:rgb(153,153,153);
scrollbar-arrow-color:rgb(255,51,0);
}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{
color:rgb(255,255,255);
font-weight:bold;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:comic sans ms,sans-serif;
}
a, a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited{
color:rgb(255,0,0);
font-weight:normal;
font-style:normal;
text-decoration:underline ;
text-transform:none;
}
a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{
color:rgb(0,102,255);
font-weight:normal;
font-style:normal;
text-decoration:underline ;
text-transform:none;
}
table table table, div table table{
border-color:rgb(255,0,0);
border-style:ridge;
border-width:1px;
}
table table table table, div table table table{
border-style:none;
}
A IMG{
border-style:none;
}
a </Style>
CONTACT TABLE CODE:
<style type="text/css">.contactTable{width:300px !important;height:150px !important;padding:0px !important;background-image:url("http://i122.photobucket.com/albums/o241/lord_nemesis696/mycontact.gif");background-attachment:scroll;background-position:center center;background-repeat:no-repeat;background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important;border:0px;background-color:transparent;background-image:none;} .contactTable a img {visibility:hidden;border:0px !important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;} </style>