Hi, I try add logo for myspace and appear "bug" or logo is here but without background. I need help, I am vocalist of band we always do by onself... but now I don't know what should I do....
check this out code (I would be greatful if someone correct me...)
check this out code (I would be greatful if someone correct me...)
Code:
<style>
table td div div font {
visibility:visible;}
body {
background-color: ;
background-image: url(background);
background-position: top left;
background-repeat: repeat;
background-attachment: fixed;
background-position:top center;margin-top: 0;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -387px;
width: 100%;
height: 155px;
position: absolute;
<img src='picture'>
}
td {
background-color: 000000;
border: 0px;
}
table table {
border: 0px;
}
table table table table{
background-color: 000000;
border:0px;
border-color:8B0000;
border-style:dashed;
border-width:1px;
}
Comment