This is my CSS
body{
background: url("Story/Objects/background.jpg") no-repeat center center fixed;
background-size: cover;
}
tw-sidebar {
background-image: url("Story/Objects/signboard1.jpg");
background-position: top left;
background-repeat: no-repeat;
width: 119px;
}
My images won't show. I changed the path from the web to a local folder and the pictures won't load. Idea's on how to fix this? I have a scheduled web launch in a few days...
Comments
note: It is generally a good idea to use lower case instead of mix-casing when naming folders and file names that you plan to using in URL's, because some operating systems are case-sensitive which means that "Story/Objects/background.jpg" and "story/objects/background.jpg" are considered two different paths.
1. Your folder/file structure is similar to the following, note that because I don't know the name of your top most folder I will use the name unknown in my example. 2. You saved the Story HTML file you created using the Publish to File option within the unknown folder.