Announcement
Collapse
No announcement yet.
Background image appears behind my main content
Collapse
X
-
OK i did that but its all white again including out side the main area
Leave a comment:
-
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:
-
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:
-
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:
-
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?
ThanksTags: None
Leave a comment: