R
Radman*123
New member
myspace
Here is mine
myspace.com/bellamyradio
Here is mine
myspace.com/bellamyradio
How do I change the background to that page? I've seen others who have different stuff on theirs?
I will give that a try... thanks!You edit css. Your page starts out by default with no css code. Add a section like this anywhere in any of your profile spots, like 'About me' or whatever. Anywhere.. If you dont have a host, or dont wanna mess with css code, go google 'myspace layouts' or whatever, there's a million sites out there that will give you css code for your profile, and host all the images, of course all profile code they give you naturally includes a button or ad for their site.
body, .bodyContent {
background-color:000000;
background-image:url(http://your.host.com/your_pic.jpg);
background-position:Center Right;
background-attachment:fixed;
background-repeat:no-repeat;
border-colorDFFFF;
border-width:20px;
border-style:Outset;
scrollbar-face-color:000000;
scrollbar highlight-color:000000;
scrollbar-3dlight-color:000000;
scrollbar-shadow-colorDFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-arrow-colorDFFFF;
scrollbar-track-color:000000;
}