How do you put a picture in the background of your myspace page?
Is there an HTML code for that?
Public Comments
- bg="imageaddress" put it in body tag or it wont go to the entire background.
- got o myspace profile editor... theyll give you simple step by step instructions on how to do that
- look for a layout generator.
- 1st you need to get the url pic if you have a pic i can do it also you need to use strikefile
- If you go to edit profile you place the html code for it in the about me section. you can get this code from a myspace layout generator. you can find this on www.darksland.com go to link says layout generator and follow instructions. if you have any questions e-mail me @ webmaster@darksland.com I Leave no annoying text or pictures from my myspace generator. I think word of mouth advertiseing is the best lol.
- you can use a myspace profile editor, but it leaves that annoying picture at the top corner of your myspace. if you don't want that then you can just paste this code into your about me section when you go to edit profile: <style> body {background-image:url(IMAGE URL GOES HERE); background-repeat:no-repeat;} </style> thats for if you dont want the picture to repeat. if you do want it to repeat use: <style> body {background-image:url(IMAGE URL GOES HERE);} </style> if you dont want the picture to scroll down with the rest of the page, use: <style> body {background-image:url(IMAGE URL GOES HERE); background-attachment:fixed;} </style> hope that helps
Powered by Yahoo! Answers