Search in forum:
Search


Author Message
Post11/08/2006 at 9:00pm (UTC)    
Post subject: Change background of the page

To change the background of your page (the 'real' background, not the white background of the 'content'-part in the middle of the page), do the following:

1. Upload your image. Be sure 'Resize image' is DEACTIVATED!
2. Go to 'Settings' and activate 'Advanced design settings'
3. Go to 'Edit design'. Some new text areas should appear, including 'Text at top of page'.
4. Paste the following Code into this textarea:
Code:
<style type="text/css">
<!--
body {background-image:url(http://image-address);}
//-->
</style>

The main pattern of the image-address is:
Code:
http://www.own-free-website.com/pic/username_imagename.jpg


If you do not want a background-image, but just a background-color, follow steps 1-3 and then paste the following code:
Code:
<style type="text/css">
<!--
body {background-color:#xxxxxx;}
//-->
</style>

xxxxxx stands for the color code. Here's a nice listing of some codes: http://www.christiansitehosting.com/Hexadecimal%20Color%20Coding%20Chart.gif
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group