Any
website you can find using Netscape or Explorer is actually a collection
of files (.html, .gif/.jpg, .mid etc...) that is sitting somewhere taking
up space on a computer, which is called a
server
- it serves up websites on demand. For folks to be able to see your webpage/s,
the files need to have a home on somebody's server, and you have to put
them on the server- the files, that is. The company/organization that provides
(rents, gives) you server space is called an Internet
Service Provider, or
ISP
for short. This process is called: publishing your page. Composer makes
this process easy, so long as you have collected all the necessary information
about how to commmunicate between your computer and the server computer.
One more thing we have to do here. Before you send your files to the server, CLEAN UP YOUR ACT! Nothing is more frustrating than to publish your page/s only to discover that half the images don't show up because your software inserted extra codes every time you inserted a graphics file. Before we publish our page, we are going to look at the source-code - the HTML
De-Bug
the HTML: Comb through and Clean up the HTML code
- In Composer, select View > Page Source
- Select Edit > Find in Page
- Type img src=(the HTML code for "insert image")
- Look at every instance of "img src=" code and make sure that this code is followed only by the name of a file, e.g., image.gif
- If you see code that looks something like this: file:///hard%20drive/Mary%27s%20Text%20Files/image.gif you'll have to fix the code - later....
- Select Edit > Find in Page
- Type HREF=(the HTML code for "insert link")
- Look at every instance of "HREF=" code and make sure that this code is followed only by the name of a link, e.g., http://www.apple.com, or mynext.html
- If you see code that looks something like this: file:///hard%20drive/Mary%27s%20Text%20Files/mynext.html
You may want to try using an HTML syntax checker to double-check your code. "Dr. HTML" is available on the WWW at:
Publish it!
The next step is to make sure you have all the details you need to publish your Web page to the server.You will need the following details:
| Netscape Communicator | Format the Page | Add a Table |
| Use Composer to Create Your First Page | Add Images | Add Sounds |
| Use Navigator to Surf | Add Link links1.html s | Publish Your Page |