RUCS: New Brunswick 
Computing Services

Eden Web Page Template

Eden users now have the ability to serve documents from their accounts to the World Wide Web.

Prerequisites

In order to create and serve your own Web page you should have:

New users may find getting started easier if they use the Web Page Template and instructions discussed below. Documentation describing the creation and use of World Wide Web pages is available online and in print at the Campus Computing Centers. Sources of additional information on home page customization and troubleshooting are also listed below.

Your Responsibilities

Restrictions


Creating and Using the Template

The following procedure can be used to set up the proper files for your Web page. It will create a directory called public_html and a generic Web page called index.html. You must then use your favorite text editor to customize index.html for your own use.

  1. Open a telnet window
  2. Telnet to eden
  3. Login to eden
  4. From the Rutgers Main Menu select "tools" (If you are not using menus, skip to step 6)
  5. Once in the Tools Menu select "cmd"
  6. When the prompt says (Type command to execute:), Type, webinit (If you are not using menus, just type webinit at the system prompt.)
  7. Hit Return
  8. Your page is ready to be viewed and customized

The Template

When you open the index.html file, it will look like this before you customize it.

<HTML>
<HEAD>
<TITLE>Home Page Template</TITLE>
</HEAD>

<BODY>

<H1 align=center>My Home Page</H1>

<IMG SRC="yourgraphic.gif" ALT="Text to be typed if picture can't be shown"> 

<P>You can put a short, descriptive paragraph or two here by
replacing this paragraph with your own.  Your text will be reformatted
automatically to fit the width of the screen of the person who's
viewing your home page.

<P>Here is another short descriptive paragraph. You can create as many
of these as you want by using this tag. Just put a new one at the
beginning of each paragraph

<P>like

<P>this.

<H2>Interests</H2>
<OL>
<LI>description
<LI>description
<LI>description
</OL>

<H2>Personal Hot List</H2>

<UL>

<LI><A
HREF="http://www.webcrawler.com/WebCrawler/WebQuery.html">Webcrawler
Intenet search</A>

<LI><A HREF="http://info.rutgers.edu">The Rutgers info system</A>

<LI><A HREF="Put the URL Here">Put the link description here</a>
</UL>

<ADDRESS>YourName <A
HREF="MAILTO:username@eden.rutgers.edu">username@eden.rutgers.edu</A>
</ADDRESS>

</BODY>
</HTML>


Adding a Personal Touch

To customize index.html, edit the file and replace items such as YourName, personal URL, and description with appropriate info. For example,

YourName
Your full name
YourPicture.gif
A graphic image saved in GIF format.
description
Whatever information you'd like to provide on the topic.
Put the URL Here
The Web address of a site to which you'd like people reading your Web page to be able to go.
Put the link description here
A brief description of that Web site.
username@eden.rutgers.edu
Your e-mail address

You can change anything in the file, but be careful about changing any of the HTML tags (Hint-the HTML tags are surrounded by <>). You may change any text withing a tag that is surrounded by quotes. If you want to delete something with one of the HTML tags, such as <H2> , be sure to delete everything up to and including the appropriate closing tag, such as </H2> . The lines beginning with <LI> have no closing tags and may be deleted as necessary.

You can include personal information, such as as your phone number, mailing address, etc., anywhere you wish. Separate paragraphs with the <P> and </P> tags. See below for more information on HTML tags.


Accessing Your Page


What It Looks Like:

When your generic template (index.html) is read by a browser, it will look like this: [an error occurred while processing this directive]

Advanced Information

For help with specific HTML problems, read some more detailed documents located at one of these sites:


Publishing for the World Wide Web

Computing Services in New Brunswick
Computing Services for Rutgers Students in New Brunswick


CCF Main Page | Hours | [an error occurred while processing this directive]/ccf/main/faqs/template.shtml[an error occurred while processing this directive] | Announcements | What's New? | Search
http://www.nbcs.rutgers.edu/ccf/main/faqs/template.shtml
Last updated: September 02, 1997