I have the following excerpt of code for my MySpace page :
body{margin-top:575px;}, .bodyContent {
background-color:bd0000;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-image:url(http://innocresolutions.com/PicRemoved.jpg);
border-color:000000;
border-width:0px;
border-style:solid;
...and the image that I have for the background ( background-image:url(http://innocresolutions.com/PicRemoved.jpg) is not showing. Can anyone tell me why this is. I have used this portion of code on previous MySpace pages with no problem.
I removed the link to the
I removed the link to the picture. I'd rather others not have to see that.
sorry about that...was not
sorry about that...was not thinking !
Is there more to the
Is there more to the .bodyContent definition? What's there is invalid but I think myspace forces the use of invalid styling as it removed hash marks from hex code colors.
Why is the comma after the body definition? Get rid of that.