Problem with a HTML table code for myspace?

  • Thread starter Thread starter xxforeverfamousxx
  • Start date Start date
X

xxforeverfamousxx

Guest
Can't figure out why this code is make a black bar go across the bottom of my myspace page, can anyone help?

<style>
body{background-image:url(" ");
background-attachment: ;
background-repeat:repeat;
background-position:center;}
table, tr, td {
background-color:black;
border: 0px;
padding: 0;}
</style>
That helped with the bar, but I wanted the tables to still be black ^^;
 
Back
Top