Thanks to all that replied, you been a great help.
Problem now solved.
For those that took the time to reply, and to those that may stumble across this thread in the future, heres the cause.
It turns out that there was 2 lines in my stylesheet.css which were causing the apache error logs.
The line in question was
background-image:url('none');
apparently apache sees anything between the brackets as a valid url
I did spot this before, but as I was editing the css file in FrontPage, when I edited the file to
background-image: none;
and clicked save, it would correct it back to the original line (albeit wrongly)
So I changed my default editing software to Notepad++ and made the change again, and hey presto, no more error logs.
So in a nut shell, dont use FrontPage for editing code![]()



Reply With Quote
