• So I’ve been trying to take my header out of the page part of my code. The problem is I can’t put it in the body code because I already have a background in there. So I’m kind of clueless?

    I want my header to be on the top left of my page. But right now it’s all centered in the page part and is causing me problems.

    My codes:

    body {
            margin:0;
            padding:0;
            text-align:center;
            background:#F3F3F3 url("https://brittanywigand.com/wp-content/uploads/2009/08/stripesblue.png") repeat top center;
            color:#444;
            font-family:'Arial',Arial,sans-serif;
            font-size:8pt;
    }
    
    #page {
            margin:0px auto;
            text-align:left;
            background:#fff url("https://brittanywigand.com/wp-content/uploads/2009/08/headerblue.png") no-repeat top left;
            width:888px;
            padding-top:0px;
    
    }
    /*BEGIN HEADER*************************************/
    #header {
            background:transparent;
            height:250px;
            color:#211;
            font-weight:normal;
            letter-spacing:-2px;
            font-family:'Arial','Arial',sans-serif;
            font-size:8pt;
            text-align:left;
            margin:0px;
            padding-top:60px;
            padding-left:40px;
    }

    I have no idea why that code for a header is even there. I’ve tried working with it and it doesn’t work at all.

    Help?!

    <33333333333

    My site: BrittanyWigand.com
    Theme: Silver Dreams

  • The topic ‘My header won’t come out of the page part?’ is closed to new replies.