Attempting ftp index.html upload to a website. Content uploads. Graphic

link2

New member
images, header and footers don't load? How do you upload a graphic design (index.html) to ensure that images also load with the html text and link content?
 
It is adviseable to mirror on your computer exactly the folder structure that you will be using once uploaded. With some FTP programs you can just upload the folder and the contents. This insures that the path to images are maintained in folder structure as you have written in the html document. (For a recent web site that I developed, it consisted of about 2540 files in four different folders. These were image files and page files.)
 
You have to upload the images too. You also have to make sure the index.html page is referring to those images correctly (I am talking about the image path names)
 
Back
Top