How To Make A Website With Free Software.
Do you balk at the thought of making your own website? You are not alone. Many people think that creating a site is just too hard. I want to put you straight, it?s not as hard as you may think.
There was a time that you would need to know HTML to build a web site. Today you don?t need to have any knowledge of HTML and you will still be able to build a great looking site. Having some knowledge of HTML can be an advantage, but without it you will still be able to create that site.
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.
The free website creation software or HTML editor is open source. It’s called NVU (Pronounced N-View). To download it just do a Google search for NVU and then choose the download suitable for your operating system.
How To Use 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.
Unlike a word processor, you need to be able to work with images as well as text. You need to have control in placing each component where you want to. When you first start this, it will seem difficult. The truth is that everything is difficult until you know how. The purpose of this article is to help you master being able to place components just where you want.
Even though the screen looks much the same as a word processor, and many of the tools have the same or similar functions. There are differences. The main one is how to place objects where you want them to appear.
So now let?s concentrate on how to place things where you want them. The key to this is tables. If you want to place text next to an image you need to create a table with 2 columns. One to contain your image and the other for 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.
This is the main thing you will need to master. Once you understand this the rest of the program will fall into place. In mastering this free software you are now able to use such programs as Dreamweaver and Microsoft Front Page as they are similar to use.



