If it helps, I have a Web Developer tool turned on on Firefox. When we go to the Home page, it reports an error:
Quote:
Expected ',' or '{' but found 'html'. Ruleset ignored due to bad selector
and in the source code for
http://www.domain.co.uk/contents/styles/website.css, it highligts one line - shown below in bold/und with some addl code around it:
Quote:
html body, div, p, td, input, select /* font */{font-family:Verdana, Geneva, sans-serif;}
a{text-decoration:none;color:#0000FF;}
/* **** END: Base system colour styles and declarations **** */
/* ** BEGIN: Primary declarations ** */
* {margin:0;padding:0;} /* Forces all elements to default */
html {text-align:center;}
/*body, div, p, td, input, select {font-style:normal;}*/
body {font-size:12px;}
*html body {width:98%;}
html, body {height:100%;text-align:center;}
/* ** BEGIN: Website width and height ** */
/* Normally set to 770px (Fits on 800 x 600 screens) or 980px (Fits on 1024 x 768 screens). Larger or smaller sizes are possible, with sacrifice to legability of website text and loading times. */
#WebSite, #WebSiteHeader, #WebSiteContent, #WebSiteFooter, #WebSiteContent, #DesignImage1, #AppLogo, .WebSiteFootnote {width:980px;}
/* Sum of the following elements width must equal WebSite width. Check other values further down this file for other elements which my be affected by these settings. */
#SideBar_L{width:200px;font-size:12px;font-weight:bold;font-style:normal;} #Content {width:750px;margin:0 10px 0 20px;}
/* Minimum website height */
#WebSite, #WebSiteContent, #Content {min-height:415px;}
/* ** END: Website width and height ** */
Does that help at all?
We are going to try and disable Safebrowsing and see if that helps. If we comment out the relevant line in /etc/freshclam.conf and restart apache, is that sufficient? Not sure that this should help at all, but want to try it anyway.
Grateful for any other clues.