For a solid colour:
<style type="text/css">
body
{background: #FFFFFF;}
</style>
Replace "#FFFFFF" with the hex code of the colour you want. (Here's a colour chart if you need one: [Link](Mouse over link to see full location))
For an image:
<style type="text/css">
body
{background: #FFFFFF url(Image URL Here);}
</style>
Replace "Image URL Here" with the actual URL for a background that you want. (Search for images on Google)
You can also specify both colour and URL using this code:
<style type="text/css">
body
{background: #FFFFFF url(Image URL Here);}
</style>
As with above, replace "#FFFFFF" with the hex code of the colour you want and "Image URL Here" with the actual URL for a background that you want.
one_of_a_kind_chicka answered Friday July 8 2005, 12:14 pm: for back grounds you go under miscellaneous and click page background. then there will be different back grounds. when you pick one copy and the code by highlighting it and hitting ctrl c then go to column settings and copy it in where it says Page background image (URL): and Sidebar background image (URL): then on the side there are differnt color buttons click one and then hit summit at the bottom.
jTsCeLlMaTe answered Friday July 8 2005, 12:09 pm: go to column settings for different colors click on the over here part that is highlight, find the color you want, copy then paste it where you want that color to be!
Mackenzie answered Friday July 8 2005, 12:05 pm: To get pictuRes you use the following code:
< img src="URL OF THE PICTURE HERE" >
Then you simply delete the TWO EMPTY spaces that will connect the < and > to the Rest of the code.
And to get a URL foR youR pictuRe, go to [Link](Mouse over link to see full location) and SIGN UP foR a FREE account. Then you go to "BROWSE", and seaRch youR computeR foR the pictuRes, and click "SUBMIT", then simply copy the PROVIDED URL. InseR the URL wheRe I told you to within the code above.
To change the backgRound coloR, use the following code:
< body bgcolor=COLOR CODE >
And then DELETE the TWO EMPTY SPACES that will connect the < and > to the Rest of the code.
Goodluck to you, hopefully this has been of some help. If you'd like fuRtheR assistance, know that you can always come to me, as I have a MySpace as well. [ Mackenzie's advice column | Ask Mackenzie A Question ]
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.