|
Answer» Hello everyone,
I have made a html page with a LOT of images and a CSS file. I have UPLOADED them to my ftp server. there were many folders such as images, css etc. I have copied images of my html page to the images FOLDER of the server and css to css folder.
but now, my web page is not displaying correctly. css file is not loaded and some images are also not displayed.
can anyone solve my problem. how to upload the html page(Also MAIN(index page)) on a ftp server.check how you are calling the css files from your html. make sure you're not asking for C:\cssfolder\stylesheet.css. You'll want to be calling http://www.sitename.com/cssfolder/stylesheet.css or cssfolder/stylesheet.css Make sense?I guess Mich is right. Check out the relative path/virtual dir name you are using.
|