Masthead
Header

KompoZer Tutorial

This tutorial will show you how to work with KompoZer, an open source html editor. This is a very basic and lightweight program, that will allow you to edit your webpage if you do not have access to Adobe Dreamweaver. It is considered a what-you-see-is-what-you-get (WYSIWUG) html publisher. It utilizes a "publish" tool that will upload your files automatically, instead of you having to manually copy and paste updated documents to your public web page folder location.

Installing and Launching KompoZer

  1. To download KompoZer on your home computer, visit http://kompozer.net/ and download the correct version for your operating system (Windows, Mac OS X, Linux).
  2. To host your web page on the HSU UserWeb, visit http://www.humboldt.edu/its/web-users-connect and follow the instruction closely.
  3. Unzip this file, and click on the KompoZer application to launch itLaunch KompoZer Application Screenshot

Creating an HTML File in KompoZer

In the KompoZer window...
  1. Type "ABC123 GIS Portfolio" (insert your desired name instead of "ABC123") into the large text window under the tab "Untitled"KompoZer Text Window Screenshot
  2. Click on "File" and then "Save"KompoZer Save File Screenshot
  3. A window requiring a title for your web site will pop up (example: "Smith GIS Portfolio")Page Title Dialog Window Screenshot
  4. Type in your desired title and click "OK
  5. Create a folder for web page files (example: "Web Portfolio")
  6. Navigate to this new folder
  7. Type the file name "index.html" and click "Save"Kompozer Save Index.html File Screenshot

Your KompoZer window will not display your webpage name

Publishing your Web Page

1. Select "File" and then "Publish"

KompoZer File/Publish Button Location Screenshot

Make sure you have the following website information: (If you do not understand where to obtain this information, please revisit http://www.humboldt.edu/its/web-users-connect and carefully read and follow the instructions provided)

    1. 1. HTTP Address
    2. 2. Publishing Address
    3. 3. Username and Password (assigned by web host/HSU)

2. Connecting to public_htmlKompoZer Publish Page Dialog Window Screenshot 3. Click the "Publish" button

KompoZer will publish your page to your public_html folder

If you wish to change the settings entered in the publish page window, click on "Edit" and "Publish Site Settings" to make those changes

4. Test your web page

    1. Open an internet browser (Google Chrome, Mozilla Firefox, etc.)
    2. Type your website address (example: http//users.humboldt.edu/abc123)
    3. If you followed the previous stpes, your web page should load (huzzah!)

If your web page does not load, return to the beginning of this document and make sure you have closely followed each step

If you still have problems, explore the FAQ's section on the provided web links and try again later

Changing the Style (Font/Size/etc.) of Your Web Page

  1. Highlight all of the text "ABC123 GIS Portfolio") (Hold CTRL+A to select all)
    1. Click on "Format" on the toolbar
    2. Select "Font"KompoZer Select Font Button Location Screenshot
    3. Select an appropriate font (See this link: http://www.thesitewizard.com/webdesign/which-fonts-to-use.shtml for more information on which font to choose)
    4. You can change the size of the font by clicking on "Format" and then selecting "Size", as well as "Text Color", etc.

If you want to get very creative with the style of your web page, explore settings such as the ""Format" -> "Page Colors and Background" to change the background color. (There are many ways to customize your page, so have fun exploring the settings.)

Formatting your Web Page Content

  1. Designate the text in your main text window as the "header" of your first paragraph:
    1. Click on "Format" -> "Paragraph"
    2. Select "Heading 1"KompoZer Format Heading Screenshot
    3. For smaller subsections of your web page, you can choose to use Heading 2. If you need further subsections, use Heading 3 only after using Heading 2. This will keep it organized and easy to edit later on.
  2. Select "File" then "Save" (Be sure to save frequently, to prevent losing any of your hard work!)

Creating Lists

Adding bulleted or numbered lists in Kompozer is similar to doing so in Microsoft Word.
  1. Type your first item into the Kompozer window
  2. Highlight the line, and select "Format" -> "List" -> and either "Bulleted" List, or "Numbered" List. List Button
  3. You can hit "Enter" on your keyboard to type the next list item. Hit "Enter" twice to end the list. You can have multiple lists of different types.List Example

Adding Images to your Web Page

  1. To add images (like your final maps from lab assignments) to your portfolio/web page, create an "Images" folder in the same place as your "index.html" file.Creating New Images Folder Screenshot
    1. Copy the images you wish to add to your web page to this new "Images" folder.
  2. Place your cursor where you would like to add the image (example: before your web page title)
    1. Select "Insert" -> "Image"KompoZer Insert Image Button Location Screenshot
    2. Navigate to your image file locationKompoZer Navigate to Image File Location Screenshot
    3. Select your image file (.jpeg, .png, etc.) and click "Open"
    4. You'll need to enter "Alternate Text" for those that cannot see the image in the web browser KompoZer Alternate Text Field Screenshot
    5. Click "OK"
      1. If you want to change dimensions or appearance settings of the image, right click on the image, select "Image Properties" and use the tabs located at the top of the dialog window to explore those settings.

Adding a Link to your Web Page

  1. Place your cursor where you want your link to be added
    1. Select "Insert" -> "Link"
    2. Type "Home" in the "Link Text" field
    3. Navigate to your "index.html" file and select it for the "Link Location" fieldKompoZer Add Link Dialog Window Screenshot
    4. Click "OK"
  2. Repeat these steps to create links to other pages you want to have on your website (example: Labs, Resume or CV, Contact Information, etc.)
    1. You will need to create new .html files (example: resume.html) located in your web page folder to link to these pages

Adding a Downloadable Link

You must save the file you'd like to have available to download in your public_html folder. copy and paste the file to the same location as your "index.html" page.Downloadable File Location

  1. Type the words that you would like to make a link, example: "Download my Map"
  2. Highlight those words, and select "Insert" from the top menu bar -> "Link" in the window that appears. A dialog window titled "Link Properties" will appear.
  3. Click the folder icon beside the blank "Link Location" box. Choose Downloadable File LocationA new dialog window titled "Open HTML File" will appear. Navigate to your website folder location.
  4. Near the bottom of that dialog window, click the down arrow for the "Type of Files" field to reveal a drop down box. Select "All Files".All Files Selection This will show all of the files in the folder and let you select the zipped folder you would like to have downloaded. Click "OK".
  5. Kompozer will now show a blue underlined link in place of the normal text. To test the link, save the html file and open it in a web browser.

Additional Resources

Recommended Tutorial: http://www.thesitewizard.com/kompozer/

Youtube Tutorial: http://www.youtube.com/watch?v=nzjQo7K13fc