Frequently Asked Questions
and
Problems Encountered by District Webspinners

Problem: My links work just fine on my machine but don't work on the web.
Solution:
There are several causes of this problem:

*Remove spaces, $,&,/, and ? from your file names. Your Mac may forgive this, but webservers, including those using the Mac OS, will not. Example: spaces are converted to "%20". The other characters signify arguments submitted to CGIs or parts of directory paths. Use _ where you feel a space is needed in a name.
*Double check both your links and filenames. Click-sweeping your cursor over the names will reveal extra spaces.
myfile.html   myfile.html

Notice the difference? The second filename includes a space in front. :-0
When using relative links, keep your file organization intact from desktop to server.If you are using a web editor like PageMill or HomePage, you aren't bothered with having to write elaborate links. However, if you organize image and text files in various folders by topic, you must preserve their locations relative to one another when moving them to the web server.(See example below) If your editor lets you choose between absolute and relative links, choose relative. Absolute links will often reference the addresses of files on your local machine where you did the work. Remember that a page with 3 images on it is really a collection of four connected files: the document and each of the three pictures.

diagram of a file transfer hierarchy problem



Problem: I modified an old page and when I reposted it, disaster!
Solution:

* Before moving on from one step to another, stop and ask yourself "Am I editing or browsing, and is the file online or on my hard drive?" If you can't answer the questions with confidence, stop and retrace your steps before hitting another save button or pulling down a menu item.



Problem: My images show up as question marks or torn icons.
Solution:
*Check the filename against the name in the tag.

*Make sure the filepath in the document agrees with the images actual location

* Save it as GIF or JPEG in your image editing software. Even though the filename ends in .GIF or .JPG, you may have actually forgotten to save the file in one of those formats in your image editor. Naming a PICT file "image.GIF" doesn't magically make it a GIF unless you selected that file format when you saved it!
* Upload images as RAW data when using Fetch or other ftp client.