Tuesday, January 26, 2010

Blog frustrations


I am trying to figure out how I can center my pictures and have them bigger but no luck so I give up and just have to go with the template style they have if anyone knows how to re dew a blog template please do share with me how I can make it look more professional. Thanx!

2 comments:

  1. Hi there, saw your message on my blog. I wish I could tell you how I did it but i'm not exactuly sure. I went into the HTML coding and made the pixels larger. Look for this code in your html....and where it says width...notice mine is changed to 800 or 815...yours probably says 600px. I'd change one thing at a time and then preview it so you don't screw up anything. That way if it does you can cancel your changes. Hope this helps!

    outer-wrapper {
    background-color:#FFFFFF;
    border-$startSide:1px solid #332A24;
    border-$endSide:1px solid #332A24;
    width:815px;
    margin:0px auto;
    padding:8px;
    text-align:center;
    font: $bodyFont;
    }
    #main-top {
    width:815px;
    height:49px;
    background:#FFFFFF no-repeat top $startSide;
    margin:0px;
    padding:0px;
    display:block;
    }
    #main-bot {
    width:815px;
    height:81px;
    background:#FFFFFF no-repeat top $startSide;
    margin:0;
    padding:0;
    display:block;
    }
    #wrap2 {
    width:800px;
    background:#FFF3DB
    margin-top: -14px;
    margin-$endSide: 0px;
    margin-bottom: 0px;
    margin-$startSide: 0px;
    text-align:$startSide;
    display:block;

    ReplyDelete
  2. Thank you so much! Yes this does help alot thanx! =0)

    ReplyDelete