//flex table opened by JP

Click to See Complete Forum and Search --> : HELP


scrooged
01-09-2002, 03:24 AM
I wanna make a HTML website, but i have absolutely no idea what to do, does someone know of a good tutorial?

DocEvi1
01-09-2002, 05:20 AM
the best way would be to use a WYSIWYG editor.
A lot of people hate MS Frontpage (I know why), but the layout is similar to all the other MS suite and the HTML it produces is easy to understand at first. A better editor (profesionals choice) is Macromedia Dreamweaver. Aracnophilia also exists (free).

I wouldn't suggest you hard code using Notepad - it would take to long to learn.

Personally I use Frontpage, to edit, then Notepad to tidy the code up and optimize it - I find that works much better. For javascript or anything like that I use notepad. I found that the coding produced by Dreamweaver was too bloated and large for me to optimze - the way it produces some pages is terrible - it kills bandwidth and makes the pages really slow to load.

Stefan

ggilmour
01-09-2002, 02:44 PM
There is a good HTML tutorial at http://html.about.com/mbody.htm

- George