How do I get my blog background to look right?

Tue, Feb 3, 2009

Tips & Tricks, Tutorials

PROBLEM: You just purchased a blog background and can’t get it to look right, well use one of the snippets below and paste it into the custom CSS area in your blogging platform: (Replace www.example.com/… with your link)

THIS CODE WILL MAKE IT APPEAR BUT WILL NOT CENTER IT OR REPEAT THE BACKGROUND:

body {
background: url(http://www.example.com/background.jpg);
}

IF YOU WANT IT TO REPEAT VERTICALLY AND HORIZONTALLY PASTE THIS:

body {
background: url(http://www.example.com/background.jpg) repeat top center;
}

IF YOU WANT IT TO BE FIXED PASTE THIS:
body {
background: url(http://www.example.com/background.jpg) fixed top center;
}

Hope this helps!

101 Responses to “How do I get my blog background to look right?”

  1. online casino Says:

    I’m amazed, I must say. Seldom do I encounter a blog that’s both equally educative and amusing, and let me tell you, you have hit the nail on the head. The issue is something too few men and women are speaking intelligently about. Now i’m very happy that I found this in my search for something concerning this.

Leave a Reply