• I am very lost.

    As far as I’m aware there are two pages on this website. The home page, and the page you get when you fill out the form and click publish.

    How do I get them to have different background images???

    I’m not even sure, they might just be one page???

    Any help is appreciated.

    Thanks.

    The website: http://www.codsniperforum.com/

Viewing 1 replies (of 1 total)
  • Change your <body> tag to look like this

    <body <?php body_class(); ?>>

    and then you can style each page individually if you want.
    for example, in your css
    .page-id-2{background:url(images/background01.png) no-repeat}
    .page-id-5{background:url(images/background02.png) no-repeat}
    but you have to know your page id, and to change it in this code

Viewing 1 replies (of 1 total)
  • The topic ‘How to have DIFFERENT background on two pages?’ is closed to new replies.