Tuesday 19 January 2010

Ok, I would like some help.

How can I have a blog layout where the text is in a box and i can change the background?
:(

I want a pretty blog :(

5 comments:

  1. im sure you can do it on here, change the layout on customise? or am i being totally stupid and you've already tried that? lol

    ReplyDelete
  2. No you can only change font colour. I want to change the text back ground and background. ugh i'll have a play.

    I dont really understand hah xxxx

    ReplyDelete
  3. google might be able to help! xx

    ReplyDelete
  4. i have the same template as you for a background you will need this part

    body {
    background: {color:Background};
    background-image: url(http://i28.tinypic.com/4fvfw8.jpg);
    margin:0;
    color:$textcolor;
    font: Normal 11px Georgia;
    font-size/* */:/**/small;
    font-size: /**/small;
    text-align: center;
    background-repeat:repeat;
    background-attachment: fixed;
    }

    just change the url bit for your picture or colour.
    then for the boxes of text to be white
    you need to add this, add the background colour bit in the area thats your main wrapper. and same for the sidebar wrapper should look something like below :) hope this helps

    #main-wrapper {
    width: 560px;
    float: $endSide;
    font: Normal 11px Georgia;
    background-color: #FFF;
    padding: 10px;

    #sidebar-wrapper {
    width: 220px;
    float: $startSide;
    font: Normal 10px Georgia;
    background-color: #FFF;

    ReplyDelete
  5. Where do I put that html when I'm done?
    I'm so confused :(

    ReplyDelete