How do you unhide your myspace music player?

Ashlcole

New member
my layout code automatically hides my music player
could someone go through my code and remove the part that hides it? thank you.



<style>
#browseMain td {text-align:left;}
</style>

<style>EMBED{width:0px;height:0px;} div table table table td font {visibility:visible;} table table embed {display:block; position:absolute; top:11px; left:0px;
visibility:visible;} table table table embed {position:static;} .herpe td td object {position:absolute; left:40%; margin-left:-150px; top:300px;}</style>

<style>embed, object {display:block; width:0px; height:0px;}</style>

<style>

body {
background-image:url('http://ly.fdots.com/cc/c4/79727b2a1b46974163730769be0a37ff.jpg'); background-position:stretched center; background-repeat:; background-attachment:fixed;
scrollbar-face-color:turquoise;
scrollbar-highlight-color:ffffff;
scrollbar-3dlight-color:ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-shadow-color:ffffff;
scrollbar-arrow-color:turquoise;
scrollbar-track-color:ffffff;
}

</style>

<style>
Body {border-width:10px;
border-color:black;
border-style:solid;
}

.orangetext15 {
font-family: arial; font-size: 8pt; color:black; letter-spacing:-1px; text-align:center;font-weight:bold}

.whitetext12 {
font-family: arial; font-size: 0pt; color:000000; letter-spacing:-2px; text-align:center;font-weight:bold; line-height:10pt
}

.lightbluetext8 {
font-family: arial; font-size: 9pt; color:black; letter-spacing:-1px; text-align:center;font-weight:bold
}

.btext {
font-family: arial; text-align:center; font-size: 8pt; color:black; line-height:10pt
;font-weight:bold;letter-spacing:1px}

.blacktext12 {
font-family: arial; text-align:center; font-size: 8pt; color:black;line-height:12pt
; font-weight:italics}


.blacktext10 {
background-color: none;
width: 100%;
color: turquoise;
font-size: 18pt;
font-family: arial;
letter-spacing:2pt;
font-weight: bold;
border-bottom:1px dotted;
cursor: help;
line-height: 19px;
text-align: right;
text-decoration: none;}

.redbtext {
font-family: arial;
font-size:8pt}

table, tr, td, li, p, div {
font-family:arial; text-align:center; font-size: 8pt; color:black;line-height:10pt
;font-weight:bold;text-transform:uppercase;letter-spacing:1px}


.text {
font-family: arial; text-align:center; font-size: 8pt; color:black;line-height:10pt
; font-weight:bold;letter-spacing:1px}


a:hover {
font-family: arial;
font-size:8pt;
color:000000;
border-bottom:1px solid;
font-style:none;letter-spacing:-1px;font-weight:bold}

a:active{
font-family: arial; color:black;
font-weight:bold;
font-size:9pt;
}

a:visited{
font-family: arial;
color:000000;
font-size:8pt;font-style: bold;
font-weight:bold;letter-spacing:-1px}


a:link {
font-family:arial;
text-align:center;
color:000000;
font-size:8pt;
letter-spacing:-1px;
font-weight:bold}


a.redlink:active, a.redlink:visited:, a.redlink:link {
font-family: courier new; color:000000;
font-size:10pt;text-align:center;font-spacing:-1px;
font-weight:bold}

a.redlink:hover {
font-family: arial; color:ffffff;
font-size:9pt
}

body{cursor:text}

a:link img {border:1px solid white;}
a:visited img {border:1px solid white;}
a:active img {border:1px solid white;}
</style>

<style>



a:link img, a:visited img {
border: 1px solid;
border-color: FFFFFF;
}
a.navbar:link, a.navbar:visited {
font-size: 8pt;
font-family: arial;color:white;letter-spacing:1px
; text-align:center;text-transform:uppercase;font-weight:bold}

a.navbar:active, a.navbar:hover {
color: ;
font-weight: bold;
font-size: 9pt;
font-family: Arial;
letter-spacing:-1px;
}

.contactTable a:link img, .contactTable a:visited img {
border: solid;
}
.blacktext10 {
background-color: none;
width: 100%;
color: turquoise;
font-size: 30pt;
font-family: arial;
letter-spacing:-3pt;
font-weight: bold;
border-bottom:2px dotted;
cursor: help;
line-height: 25px;
text-align: right;
text-decoration: none;}

body div td td font {color:white!important;}

.nametext {
color: turquoise;
line-height: 39px;
font-weight: underline;
font-size: 35pt;
letter-spacing:-2px}

b, strong {font: 11pt; color:turquoise; font-weight: bold;text-transform:uppercase;font-family:arial;letter-spacing:-1px;}
i,normal{font-family:arial; font-size:10pt; letter-spacing:-1px;color: black; font-weight:bold; font-transform:}
u, normal {font-family:arial; color:black; font-size:9pt;letter-spacing:-1px;border-bottom:0px none }
</style>

<style>
.commentlinks a { font-weight:normal; font-size:9px; }
</style>

<style>
a .text
{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
</style>

<style>
body, html {visibility:visible !important; display:block !important}
</sty
 
Top