| FRONT PAGE CAN ONLY PUBLISH TO PRO & BUSINESS ACCOUNTS! |
| Because Front Page 2002 server extensions work only with domain-based web sites, Front Page publishing via HTTP is no longer supported for GeoCities Plus and GeoCities Free services. You can, however, still make your pages with Front Page and then upload them to your site using EASY UPLOAD (see below) or you can try the publish method. |
In the following, FP/DW/WSW will mean either Front Page, Dreamweaver or Word depending upon which one you use as the discussion applies to all of them.
NOTE: To edit a Front Page (FP) made web page in HTML check the toolbar at the top of the FP screen. Look for VIEW > HTML. Clicking of this or a similar link should allow you to edit your web page in the HTML MODE.
There are several important thing you should be aware of when using FP/DW/WSW files
Correct HTML references (in your source code) would look like this:
<img src="graphics/picture B">
If they are in a folder of your C Drive, e.g. folder 2, then FP/DW/WSW will use, as a reference one of the following locations on your C drive for the graphics.
<img src="C:/folder 2/picture B">
This will not work on the web as the browser can not see up one level from your file manager.
NOTE:
If you have the graphics used by FP/DW/WSW web pages in the same folder as the web pages, then your can save the web page to that folder and then use EASY UPLOAD to put the files in your file manager. If the graphics are in a sub-folder of your FP/DW/WSW web page folder, be sure to create a similar named sub-directory in your file manager and upload the graphics there.
When making your page with FP/DW/WSW, put all graphics either (a) in the same folder as the file you are creating, e.g. "web pages" or (b) in a sub-folder of this folder, e.g. "graphics. Your graphics will work on the web if you uploaded your graphics to your main file manager in the same relation.
<img src="picture A">
<img src="../folder 2/picture B">
GeoCities say in their Subdirectory Help Page that you can only have two levels of sub-directories. In tests, however, I have created up to four levels subdirectories. As with anything involving GeoCities all you can do is try and see what happens. Perhaps it would be best to stick with two levels deep, e.g. www.geocities.com/member-name/sub1/sub2/.
| WHY? FOR FRONT PAGE & DREAMWEAVER & WORD | ||||
|
Question: Why can't I upload (publish) to my GeoCities home page?
Answer: Recently, Yahoo/GeoCities stopped the use of FTP (uploading/downloading file) to GeoCities FREE member sites. This may cause Front Page (FP), Dreamweaver (DW), or Word users, who have a free site, to not being able to publish their pages. You should read GeoCities' help page for Front Page to see exactly what you can do. If FP/DW/WSW doesn't have any special files that need to be in special folders on your site then you can try uploading the files using either EASY UPLOAD, which is a link on GeoCities' main page, or UPLOAD FILES in your file manager. Question: Why are my graphics not displaying? I uploaded them.
Several examples will illustrate how both FP/DW/WSW reference graphics. Each of the example will use the graphically representation of a C:\ Drive on your PC. In both cases we will assume that your web pages are stored in the folder named FRONT PAGE.
The wrong way #1!
|