Announcement

Collapse
No announcement yet.

background1.gif

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    background1.gif

    In the Design Options Site Defaults I have the background set to color, not image. I looked at my server logs an found that pages are trying to find background1.gif. It does not seem to effect anything except for making my error log big. I search to find the reference to background1.gif and found this in the css:


    /*body specific*/
    body{
    background-color:#ffffff;
    background-image:url(background1.gif);
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    }

    Shouldn't that reference be gone with that setting?

    Bob Ladden
    Bob Ladden

    #2
    Quite possibly!

    The easy answer to this in the short term is to copy the image to your acatalog directory on the server and this will prevent the logs from registering it as a failed request

    Jos
    Thanks

    Jos Medinger

    Tel : 01978 843 962
    www.internetology.co.uk
    Actinic / E-Commerce Hosting, Design & SEO
    ______________________________________

    Comment


      #3
      I added background1.gif to the Additional Files, but Actinic should have sent it anyway. A minor bug.

      Bob Ladden
      Bob Ladden

      Comment

      Working...
      X