My images work fine on the file:/// version of my pages, but when I check the http:// version there is a space left for the image with a little "broken image" symbol. What am I doing wrong?
First, I hope lots of people read your question so that they don't forget to check their project pages using http:// style URls as you did.
By Tom Murtagh (Admin) on Sunday, December 6, 1998 - 05:46 pm:
Since you didn't give me a hint about what pages were giving you trouble, I have to take a bit of a guess about what the problem is. I took a look in your directory and noticed you have images in a folder named "theater pictures". The blank space in the middle of this folder name may well be the cause of your problems. Many web servers consider blank spaces very special and don't like to see them in file names. You should probably rename the folder "theaterPictures". Then you will have to change the name of the folder in any SRC or HREF attributes that refer to files it contains. You should use the Find/Replace tools in PageSpinner to make this go more quickly.
Tom