Okay, I was recommended to publish the site from frontpage. I have to put in my ftp site location, directory (web/content) and then my user name and password. I fill this in correctly and then I get an error. If this is not the way to do it I just don't know how to tackle the structure of the service I'm using. I'm trying…
You need to upload your images on to your ftp. Once your images are uploaded, your html code has to reference the location of the images on the ftp server. Easiest way is to make a folder called images and put all your images files in there. The HTML should link to your images like so: img src="images/imagefilename.jpg"
WHen I look at the soruce code most files seems to be linked to your harddisk (ie: ../My%20Documents/TAYLOR%20PORTFOLIO/PFHardSurface.png) or some other folder (ie: HomePage_files/image003.gif). You need to make sure all path names to files are pointing to the online files, not the ones on your harddisk. How did you make…