how to move the body of my website down a fraction?

Discussion in 'HTML & Website Design' started by superbwebsitedesign, Aug 25, 2011.

  1. #1
    Hi

    I would like to move my website down say 100px as I would like to change my background into something that looks half decent.
    I have tried puting Margin-top: 100px everywhere, but no go.
    Thanks
     
    superbwebsitedesign, Aug 25, 2011 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    In your CSS file:
    body{margin-top:100px}

    or in your html:
    <body style="margin-top:100px">
     
    Kerosene, Aug 25, 2011 IP
  3. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #3
    Make the changes in your CSS file and lower the margin from the top by the desired amount.
     
    unknownpray, Aug 27, 2011 IP