Nvu Tutorial
Nvu Tutorial
In my HTML tutorial, you learned to create a page using html codes. In this tutorial you
will see how much easier it is to create Web pages using Web page editing software. I
have chosen a free Web page editing
application called “Nvu.” Nvu is called a
“complete Web authoring system”
because it not only helps you create Web
pages, but also serves as system for
managing your Web site.
Getting Started:
Open Nvu now and take a few minutes to familiarize yourself with the tool bars and the
main menus. If you point at an item with your mouse, a label will popup telling you the
item’s name.
Above is a screen shot of Nvu’s composition toolbar. Similar to a word processor toolbar,
the Nvu composition toolbar features buttons for the most common tasks you will use
when creating Web pages.
Here is a list of each button and its function:
• New: Opens a new blank page.
• Open: opens a saved page.
• Save: saves changes to your pages.
• Publish: after you have set up a connection to your Web hosting account, you can
publish your pages using this button.
• Browse: allows you to preview your page-in-progress in your Web browser.
• Anchor: Inserts an anchor into your page. Anchors allow you to create hyperlinks
within a document, so, for example, if you have a lengthy document, you could
create a table of contents with items that can be clicked and will take the reader to a
location elsewhere in that page.
• Link: This button creates a link or hyperlink that connects your page to internal
pages (other pages in your site), as well as external pages (pages at other addresses).
• Image: Inserts an image in your page.
Nvu tutorial by Tim VanSlyke
• Table: Inserts a table into your page.
• Form: Opens a drop-down menu with common form elements that can be inserted
such as: check-box, text-box, etc.
• Spell: Starts the spell checker.
• Print: Drop-down menu with print and page setup functions.
Below the composition tool bar are more items for formatting text. We will discuss many
of these as we begin using Nvu to develop pages for your site.
Setting Anchors
Anchors are a useful way to set places on your page which can be linked to from other
places within the same page, or when you
want the user to jump to a specific place
when coming from another page. The
following two mini-tutorials will teach you
how to set anchors on your page and then
create links to those places.
In the editing window click at the top of the
page to place your cursor to the left of the first word.
1. Click the Anchor button in the composition toolbar.
2. Type the word “top” in the Anchor Name dialog.
3. Click OK.
You should see an anchor symbol on your page. Now go to the bottom of the page and
click next to the first line of your footer. Follow the steps above to add an anchor there
that you call “footer.”
Once you have added some anchors you can see how to link to them by following these
steps:
1. At the bottom of the page add a line and then click Align Center on the formatting
toolbar.
2. Type the word “top.”
3. Highlight the word then click the
Link button.
4. Click the inverted triangle to access a
dropdown menu with a list of named
anchors. Choose the item: “#top.”
The link will now jump back to the top of
the page. You can test this by using the
browse button, but you may not see anything
happen until there is more content on the page that will make the user scroll downward.
Nvu tutorial by Tim VanSlyke
Using this method, you can see that it would be fairly simple to create several sections on
a single page with anchors at each section. Then you could create a table of contents at
the top of the page, with links to each anchor.
When you try this out in your Web browser, you will probably see that there is no link
back from the empty schedule page to the index page. Let’s add a link there now.
One great feature of Nvu is its
tabbed editing window that
allows you to load multiple
pages. Try it now by clicking
the Open button on the
composing toolbar, or by
choosing Open from the File
menu. Locate your
schedule.html file and open it.
You will see that it loads in a
second tab in Nvu’s editing
window.
You can easily switch to various
documents by using the tabs at
the top of the editing screen.
Nvu tutorial by Tim VanSlyke
Now follow the same steps you used earlier to create a “Home” link that connects back to
the index.html page. You have created your first Web pages with a simple navigational
system.
To learn more about Nvu. See the documentation that comes with the program, or visit
the Support page on the Nvu Web site: http://nvu.com/support.php