|
(or use the Master Help Index)
FAQs
|
![]() |
How to Edit Your Web Page
A World-Wide-Web (WWW) page is just a text file with special instructions
embedded within it for how it should be displayed. You can edit it using any editor you
want, as long as you save the file in plain ASCII text.
We'll set up your first home page for you. It will be very plain, and
fairly useless. You'll want to start editing right away.
As explained under Your Default Filename, the filename
of your home page will be index.html, and it will be located in your
home directory.
Everyone who browses the web can read your home page file. That's pretty
much the point of it. However, only you (and the sysops in an emergency) can also edit your home page file.
How? You copy it to your local computer, make changes, then upload it
back to your Home Directory. You can put any files you want in your directory.
Let's say you just got your new home page, and you want to edit it. Here are the steps you'd follow:
What editing program should I use?
But what if you don't think in binary, and can't stomach the thought of
writing your HTML documents using EDIT or NOTEPAD? There are lots of commercial (as well as
shareware and freeware) HTML authoring systems out there on the Net,
including those that are part of current office suites like Microsoft Office, Corel WordPerfect, etc. Our web server
doesn't care HOW you create your page. Use any editor you want.
People who learn best out of books might try HTML for Dummies or one of the many other
HTML guides on the market.
You are not limited to DOS's 8.3 convention, either in your file
names or your subdirectory names. Here are some examples of
perfectly legal filenames:
That said, it's still probably a good idea to stay away from using spaces in your file
names. Even though they are legal here, many web-browsers don't
know how to handle them. The underscore ("_") is the industry-standard
substitute for the space character; thus, my_favorite_story.txt
instead of my favorite story.txt.
Try to use commonly-accepted filename extensions (.txt, .doc, etc.) for
files you offer up as links. This will help the caller's web-browser
know how to present the file to the caller. Avoid files without extensions
at all, too, for the same reason.
You may create as many subdirectories under your home directory as
you need. Use FTP's MKDIR command to make subdirectories.
Using FTP
There are many types of commericial, freeware and shareware FTP Clients available (see our
list of suggested FTP clients). For example, versions of Windows
since WFWG 3.11 have included a very simple command-line client called FTP Many web
browsers have FTP clients built-in that will allow you download files from an FTP server,
however very few are able to use user authentication (to allow you to use your SFF username/password)
and to write files to a server, both of are necessary for web page editing.
The instructions below are written as if you're using the Windows command-line client, however, the
steps are very much the same regardless of what FTP Client you actually use. You'll need to adapt
these steps to your chosen client.
Quick example of how to use the built-in Windows ftp client to download (GET) or upload (PUT) a web page.
If you want to upload your default index.html text file from your
TEMP directory to the web server, you'd enter:
After the file has transferring, you'll see a message like:
Other FTP Commands
To move back up a directory level:
To make a new directory:
To change to a different directory on your local computer:
Making Backups
This will make a backup copy called index.bak. Naming your backup copies with the
.BAK extension prevents them from being indexed by most web indexers/crawlers
so people won't end up at your backup file by mistake.
HTML Verification Software/Services
|
Home • Help • Search • Contact Us Copyright © 1996-2008 SFF Net(tm) All Rights Reserved We welcome your Feedback at any time. |