Saturday, May 12, 2007

Jenna Haze And Aurora Snow Online

Place background image on blogspot Fixed / Dynamic

Place a background image for your blog should be easier, however it is not and we have to get us a little bit to the code.

In the control panel of your blog template and then enters a HTML editing in the text box where all the HTML code look for this section:

 
body {background
: # CCCCCC; -----> With this change the background color.
margin: 0;
text-align: center;
line-height: 1.5em;
font: x-small Trebuchet MS, Verdana, Arial, Sans-serif;
color: $ mainTextColor;
font-size / * */:/**/ small;
font-size: / ** / small;}

 

now to place an image you have to replace the code in red above by the following:
 

background-image: url (http://img475.imageshack.us/img475/7228/tharussx8.jpg)
background-attachment: fixed;
 

As at the end you should have something like this:
 

body {
background-image: url (Address image);
background-attachment: fixed; ---> with this command, the background image is fixed.
margin: 0;
text-align: center;
line-height: 1.5em;
font: x-small Trebuchet MS, Verdana, Arial, Sans-serif;
color: $ mainTextColor;
font-size / * */:/**/ small;
font-size: / ** / small;}

 

Use the preview to the blog is how you want, unless you want the image is fixed, ie, although the user from scrolling the page to display the still image to erase the vast back command does (see above).

0 comments:

Post a Comment