Quote:
Originally Posted by Yaz1994
Hmm, the folder structure is
As> css > style.css
As> images> banner.jpg
As > html > index.htm
+ this is not on a server this is on my computer but none of them work :/ anything else?
|
I see that all your files are in the folder named
"As" and inside it are the folders named css, images & html. The file "style.css" is inside the css folder, then the "banner.jpg" file is inside the images folder and lastly the "index.htm" file is inside the
html folder. If this is correct, I suggest this:
*In the HTML file, use this href where you link your css file:
href="../css/style.css"
*In the CSS file, use this in your background-image tag (always use forward slashes):
url(../images/banner.jpg)
Note: You don't need to install xampp. As long as you're not using server-side language for your web pages.