putting a bg image on a myspace.com page

We may earn a small commission from affiliate links and paid advertisements. Terms

BodyDroppedNikes

...PENDEJO....
VIP
ive been trying to figure out how in the hell to use a pic for a bg image on a myspace page that im working on. ive got the image uploaded to a site and ive tried using the bg image html code but i cant get the damn thing to work. anyone here have an idea of how to go about doing this for me? thanks!
 
throw this in the about me section:

Code:
<style type="text/css">
body { background-image: url(http://theurl here/blah.jpg); }
</style>
 
throw this in the about me section:

Code:
<style type="text/css">
body { background-image: url(http://theurl here/blah.jpg); }
</style>

werd. myspace does allow CSS, but since there is already a body tag, adding another isnt gonna do anything to help you.
 
Back
Top