Announcement

Collapse
No announcement yet.

Background image appears behind my main content

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • tekk
    replied
    No That didn't seem to work either, but i guess we are on the right lines!!

    Leave a comment:


  • guccij
    replied
    Try swapping what you've put for the body and wrapper tags

    Leave a comment:


  • tekk
    replied
    OK i did that but its all white again including out side the main area

    Leave a comment:


  • guccij
    replied
    Yup, it's the style sheet (in the design tab) you need to change. Just replace the relevant code with what's been offered above.

    Leave a comment:


  • tekk
    replied
    Thanks for the quick reply,

    Could you tell me which files i need to edit please, as i find actinic a bit daunting, am i to assume that i should edit the actinic stylesheet.

    As for the HTML i'm not sure either.

    Thanks

    Leave a comment:


  • Duncan Rounding
    replied
    Play around with something like this:

    Code:
    CSS:
    
    body {
       background-image: url(my_background.gif);
    }
    
    #wrapper {
       background:#fff;
    }
    
    HTML:
    
    <html>
    <body>
    <div id="wrapper">
    ...my website code.....
    </div>
    </body>
    </html>

    Leave a comment:


  • tekk
    started a topic Background image appears behind my main content

    Background image appears behind my main content

    Hi,

    I am trying to get the background on the center of my pages to appear white like the side bars, when i have my background set with an image, i have spent hours looking for the answer but with no joy.

    The image shows my problem,



    Any Ideas?

    Thanks
Working...
X