View Full Version : Lost


theglowgurl
01-04-2005, 11:29 PM
Ok...now I have saved my background image and uploaded it an image host.

I'm not sure how to put the background code on myspace for this . My space is like xanga sort of and its accepts CSS , HTML , and DHTML.


Please help me out . I need the code. If you could give me some simple step by step instructions too , I would be very grateful.

I really appreciate your help. :)

lisa123
01-05-2005, 12:03 AM
<body background="your image url">

tokyo bleu
01-05-2005, 03:36 AM
Or you could use CSS:
<style type="text/css">
body {background-image: url ("URL OF YOUR BACKGROUND");}
</style>