Okay, thanks. What if it might be caused by a plugin downloaded from here?
🙂
Thanks t-p
I’ve managed to sort out a background using CSS!
/*** Main Layout ***/
body
{
background-image:url('IMAGE_FILE_GOES_HERE');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}
Thanks for your recommendation, will use that in future, will make the process much quicker hopefully!