How do you add a plain white background to myspace?
I already have a default myspace which is white with a colourful background. I like the style and layout of the white default, but would like to change the background to plain white. Or possibly a cartoony background.
FOR COLORS:
<style>body {background-color: White} </style>
FOR PICTURES AND STUFF (& anything else)
http://mygen.co.uk/index.php?page=create
google it
References :
edit profile. delete the code you have for the layout you have now. Then it will be white.
References :
Here are two good sites for plain/simple backgrounds:
http://www.ironspider.ca/adv/myspaceplain/
http://www.codestogo.com/cms-layouts/layouts/name/11/1
References :
make your own layout here
http://www.bwlewis.info/mem1/myspace/layout-editor/
easy to use..
References :
FOR COLORS:
<style>body {background-color: White} </style>
FOR PICTURES AND STUFF (& anything else)
http://mygen.co.uk/index.php?page=create
References :
On the sides, or the main table?
<style>
body, table, tr, td {background-color:white!important;}
</style>
That will make the whole background white. If that’s not what you wanted, then maybe be a little more clear next time, or learn css yourself – it’s not that hard.
References :
hot-lyts.com
References :