by Lucas Heijn

Making a website is not as difficult as many people think. Today you are able to download free software that makes it possible for anyone that wants to, to create a Web Site.

Some years ago you would have needed to know how to code HTML. That is no longer the case. There are many software products available that make it easy to produce a web site. Having some knowledge of HTML is an advantage but by no means a necessity.

You don?t even need to get expensive software to do it. There is open source software available. Open source software is created by programmers all around the world who work together to produce software that anyone can use. Is software often rivals the paid versions of similar software. In other words. Because it is free does not mean it is cheap rubbish.

This free software is called NVU (Pronounced N-View) Just search Google for NVU and choose which download you need. Linux, Windows, or Mac.

Making Use Of NVU

Let?s look at using NVU. NVU is WYSIWYG (What you see is what you get). It looks much like any word processor program but it does not work like one.

One of the main problems you face is how to place text and images where you want them. Like all things they are easy once you know how. In this article we are going to concentrate on how to put things where you want them to appear.

The screen looks like a word processor and all the text features work the same as any word program. You can choose the font, size, bold it, and so on as you would in any program.

The key to achieving this is tables. It is by means of tables that you will be able to place objects where you need them on a web page. You will find that if you import an image and then want text next to it, the text carries on from the image as though the image was just part of the line of text. To overcome this you need to create a table with 2 columns. In one column you place the image and in the other you place the text.

You can also create tables inside tables. This will allow you to create a box inside a table. The background color can be set for each table and even per column. You can set the width of a table by pixels or by percent. If you created a table that was 70% and the centered it it will be 70% of the width of the table it was created into.

Tables are the building blocks of the HTML site. They allow you to control how your page will look. Tables can be made invisible so everything looks seamless. You can create an invisible table by making your border thickness 0 pixels.

Mastering this will make it possible for you to create a professional looking site. From here much of the program is like any other and you will soon master the use of it with a little experimentation. Understanding how NVU works is also a lesson in Dreamweaver or Microsoft Front Page as these programs work much the same.

About the Author:

Popularity: 7%