Why aren't Background images showing up?
Category: Website Design
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.
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.
Best answer chosen by User
|
0
|
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 |
Like this Question?
Tweet
Latest Questions
If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Recent QuestionsNeed more Help?
Search
Ask the Community!
Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.
Current Customers
| Chat: | Click to Chat Now | E-mail: | support@InMotionHosting.com |
|---|---|---|---|
| Call: | 888-321-HOST (4678) | Ticket: | Submit a Support Ticket |


