17 August 2008

Change the Neo's template background


There are various step.

First, go to Layout tab and select Edit HTML


In Edit Template, find the css code, body {


add


background-image:url('http://kennxu.quotaless.com/files/abstract-life_1280x1024.jpg');



after

background:$bgcolor;

Second, find the css code

#outer-wrapper {

add

background-color: transparent

after

background:$bgcolor;


Ok, now save the template.


The background of your blog will become like this


The link with bold is the link of my background picture. You can change it to the location of you picture. Let say, i change it to

background-image:url('http://www.keusta.net/blog/images/graffiti/graffiti_wallpaper_big_big.jpg')



Then my background become like this


If you still found out diffcult or not understand, please leave a commet here. I will try to solve you problems as soon as possible.

No comments yet