Now Reading: How to add a background | Jump To Comments
The title says it all. Here I will show you how you can do this You don't even have to scroll when you get to your template section. It is there at the top under the tag body.
You will see this amongst the code:
background-image: url( http://www.efx2blogs.com/uploads/c/C....jpg ) ;
background-repeat: repeat-x;
background-color: # accbdd;
You want to change it like this:
background-image: url( URL OF BACKGROUND IMAGE) ;
background-repeat: (see below);
background-color: # accbdd;
Now listen closely folks, there is a certain way you can code your background image the way you want it to.
To make your background simply go across your page: repeat-x
To make your background all over the page: repeat
To make your background just go down on one side of the page: repeat-y
If you choose the last option and many won't, you need to define where that background goes. So you want to insert this code: float: right into the codings just like this:
background-image: url( URL OF BACKGROUND IMAGE) float: right ;
TIP: Upload your images here: http://www.efx2blogs.com/manager/upl...=viewalbum
That should be that. If further help is needed or you run into a problem please let us know here. :) Also I would advise anyone to preview the changes to see if they match to your liking before saving your template.
You will see this amongst the code:
background-image: url( http://www.efx2blogs.com/uploads/c/C....jpg ) ;
background-repeat: repeat-x;
background-color: # accbdd;
You want to change it like this:
background-image: url( URL OF BACKGROUND IMAGE) ;
background-repeat: (see below);
background-color: # accbdd;
Now listen closely folks, there is a certain way you can code your background image the way you want it to.
To make your background simply go across your page: repeat-x
To make your background all over the page: repeat
To make your background just go down on one side of the page: repeat-y
If you choose the last option and many won't, you need to define where that background goes. So you want to insert this code: float: right into the codings just like this:
background-image: url( URL OF BACKGROUND IMAGE) float: right ;
TIP: Upload your images here: http://www.efx2blogs.com/manager/upl...=viewalbum
That should be that. If further help is needed or you run into a problem please let us know here. :) Also I would advise anyone to preview the changes to see if they match to your liking before saving your template.