Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Bground Center

Options
  • 24-03-2005 4:29pm
    #1
    Closed Accounts Posts: 939 ✭✭✭


    Basically i have an image that i want as the background. I know how to set as a background but it puts it as a tiled background in dreamweaver mx.
    How do i get it as a single background image,preferably centered!


Comments

  • Registered Users Posts: 35,524 ✭✭✭✭Gordon


    Can you make the BG piccy just really large so that on max monitor it won't tile?


  • Registered Users Posts: 155 ✭✭tammy


    Stick this in a css file and you should be sorted:

    body {
    background-image: url(your-image.xxx);
    background-repeat: no-repeat;
    background-position: center center;
    }


  • Closed Accounts Posts: 939 ✭✭✭chicken_food


    Cheers tammy,worked a treat!


Advertisement