http://shr.webdesignseoireland.com/wp-content/themes/toolbox/style.css
Look for:
body {background-color:#cad8e7;background-image:url('http://www.sunworldholidayrentals.com/img/bg.jpg');background-repeat:repeat-x;}
That’s the reason why the background is NOT white (as you expected it to be).
thanks for your reply, what exactly is preventing this:
#primary {
margin: 0px;
margin-left:auto;
margin-right:auto;
width:100%;
background-color:white;
min-width:980px;
}
The body should be behind this div as with all the other pages…
HTML tag have problem. You will fix the ‘div’ tag in blog page. div for #secondary will go inside the div#primary tag. Then you will get white BG. Check the HTML for blog page
You have quite a few mark-up errors – those tend to cause problems like you are experiencing:
http://validator.w3.org/check?uri=http%3A%2F%2Fshr.webdesignseoireland.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
In particular, see the ones having to do with tags – extra, stray, missing, open, unclosed, etc.
Got it working thanks everyone for your help.