Why aren't Background images showing up?

Avatar
  • Answered
I've been successfully using css

body
{
background-attachment: fixed;
background-color: #330000;
background-image: url("BackGd.jpg");
background-repeat: no-repeat;
}


now (Nov.13, 2012) the image doesn't show.
Avatar
johnpaulb-imhs1
Hello AlccCamden, Thank you for your question. I investigated this further and found it was being caused by your .htaccess file. After commenting out the last line of code the images appeared. You may have to clear your browser cache to see the images. I recommend reviewing the coding of your .htaccess file, the line of code is still there, just commented out. If you have any further questions, feel free to post them below. Thank you, -John-Paul