Great basic way to start learning HTML David!
I discovered this in 1999 ... tweaking my ebay listings ...
Now I can hand code in notepad.
BUT ... once you know how, there is nothing wrong with using an editor and then refining your work to make it exactly what you want.
I am pretty good with these three editors:
FrontPage 2003
Expression Web 4
Dreamweaver CS
All are WYSIWYG editors ... what you see is what you get.
You design in a view that looks like the live site. You can switch to an HTML view to edit the code. But you don't have to ... these editors create the HTML for you as you design in the "design view" window.
Now ...
Most web pages have three separate areas. A head; a body; a footer. Visitors will see an area at the top with a banner or other identifier; an area following with content and a third area at the bottom with more information about the site. In many sites, the top and bottom portions of the page don't change from page to page ... only the content does.
This makes it easy to create sites that look consistent. The three editors I mentioned make this easy by using a DWT or Dynamic Web Template (Adobe has branded theirs by calling it a Dreamweaver Web Template).
You design a page - with the three areas I mentioned. The body part is left empty. Then you designate elements on the page that will be the same on every page of the site by choosing "editable regions".
The entire body is an editable region.
The footer is usually not editable.
Parts of the top part might be. I design my pages to have some editable regions at the top, like the first sentence, above the banner. Maybe a couple of places for pictures. If you have a navigation bar, that should not be editable.
When you are done, you save it with a .dwt file extension.
Now when you create a new page, you simply attach it to the DWT and ... like magic, the top and bottom of the page are done!
All that is left to do at this point is create your content in the body part of the page. An example of this is of course my current site:
www.jewelry24seven.com
The header (not the same as the HEAD) ends at the bottom of the navigation links. This is where the BODY starts. The footer starts with the graphic that reads "Have a Question, Comment or Suggestion" ...
I created three DWT files for use with this site. The home page has a lot more elements on it than the inner pages, so for those I created a simpler template. Here's an example of a product page:
http://www.jewelry24seven.com/onyx_coiled_hoop_earrings.htmThere's a lot less here as you can see; I'm focusing on the product.
Creating a site this way seems hard at first. Listing your first item on an ecommerce venue isn't much easier. Anyone can do this. It takes a little practice!
The advantages? You make the rules. You decide what payment methods you want to offer. No one puts links in your shop drawing customers away. You aren't directly competing with your neighbors. No one says one day "We're losing money. Time to shut down". Ending YOUR business.
My current site was built with FrontPage 2003. It is HTML 4.01 Transitional.
I'm building a NEW one with Expression Web 4. That's HTML 5.
I am SURE that between David and I ... you will learn a LOT if you follow this thread ...