Saturday, February 21, 2009

All done and cool looking

Yay i finally finished customizing my blog.  HTML is way too complicated 

10 comments:

  1. For some reason, I can't find a single site with good instructions on how to make a blogger template. Did you make this one?

    ReplyDelete
  2. nah, I just took minima black and changed teh background and font colors

    ReplyDelete
  3. However, you may want to make the text a brighter colour.

    ReplyDelete
  4. How did you change the background? I've been trying all day!!?!

    ReplyDelete
  5. its kinda hard U have to do everything exactly

    1.go to layout
    2 go to edit HTML
    3 scroll the section with all the variables its directly below them (toward the top) the origional code should look similar (not exactly) like this

    body {
    background:#FFF
    margin:0;
    text-align:center;
    line-height: 1.5em;
    font: x-small Trebuchet MS, Verdana, Arial, Sans-serif;

    4 change the second line of code to

    Background: url(whatever the address is)repeat;

    5 if you want a static background add this line of code
    background-attachment:fixed;

    ReplyDelete
  6. Fixed it; but thats using the old layout. The new one is XML, and I know NOTHING with it..

    ReplyDelete