General questions
What is the WebUnicorn?
Why should I use the WebUnicorn?
Creating your web pages
How do I create multi-page websites in the WebUnicorn?
How should I organize my website into multiple pages? Do I need multiple pages?
What kind of names should I give my web pages?
How do I add links?
How do I add pictures to my web page?
How do I add bold or italicized text?
What kind of formatting can I use?
Why is there an extra box at the bottom of my preview page? (coming soon)
Saving and uploading your web pages
Now that I've created a web page, how do I save it?
I've saved my first web page. Now what?
The links in the navigation sections don't work! What's going on? (coming soon)
How do I upload my web pages once I've saved them?
Updating your web pages
How do I update my web pages?
The WebUnicorn is also much cheaper than hiring a professional designer or buying other software. If you decided to use other web page creation software, you would need to pay for an expensive program with a steep learning curve that still requires you to do the design yourself. The WebUnicorn uses template designs that have already been made. All you need to do is to choose the designs you like.
File names for web pages should be concise but descriptive. If you need to use more than one word, it's better to separate the words with an underscore (_) instead of a space. Spaces in file names can be confusing for some operating systems. Some operating systems are also case-sensitive, which means that "file.html" is considered different from "File.html". However, other operating systems are not case-sensitive. Since your hosting service may use a different operating system than your own computer, keeping the file names all lower case instead of mixed case is safer.
<a href="http://www.smilingunicorn.com/index.html">link text</a>Both examples above are absolute links. This means that the URL for each link is complete -- it includes the protocol (http://), the server name (webpageemporium.com), and the path to the web page. Links can also be relative. To make a relative link, you only include the path to the web page relative to the location of the current page (the one containing the link). For example, to link to the page blank.html in the subdirectory "pages," use the following code:
Saving and uploading your web pages
Only the final version of a web page should be saved, not the preview version.
Windows, Mac, and Unix-based computers come with a FTP program that runs on the command line. However, you may find it easier to use a third-party program. Third-party programs usually have graphical interfaces that allow you to upload files by dragging and dropping their icons. Some third-party programs, such as Filezilla and FTP Explorer, are free and provide their own documentation. If you prefer to use your computer's built-in FTP program, follow these directions to get started:
To learn about additional FTP commands, see our tutorial about command-line FTP or type help when you are using FTP.
You can also update your pages by directly modifying them. To do this, you will need either a text or HTML editor. Don't worry, plain old Notepad works fine, too. To get started, open your editor software. Then open your web page in the editor. If you just want to change some of the text, you don't need to know much HTML. Just find the text you want to change and make the changes. See the questions on bold and italicized text for tips on basic formatting and on links and pictures for tips on how to modify links and pictures.
Our tutorials cover some of the basics of updating HTML. HTML tutorials are also available in abundance on the Internet and in bookstores.