• How do i make my blog background a color other than white? What do I have to change in the css file? Also I don’t know how to make the picture center, ie. out of the white middle column? I need to take it out and put it as separate from the currently white space of my blog. Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Which background did you mean ? you have two…

    Image:

    into the css
    .cent {
    text-align:center;
    }

    in the post
    <div class="cent"><img src="blah.jpg" alt="" /></div>

    Thread Starter Inky

    (@inky)

    I’m talking about the image in the header. I think it doesn’t show up in IE. I don’t know why. I can see it in Firefox though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background color change, centering image’ is closed to new replies.