Posts: 8,441
Name: Steven Bradley
Location: Boulder, Colorado
|
Jonny, there's nothing wrong with using DreamWeaver, but I am one of those people who recommends hand coding. I won't tell you that you have to code by hand to build a website, but I do think you get a better website that way.
As for learning the first step is html. It sounds like you already know at least some html. It's easy enough to learn the rest. A single book in a single weekend is enough. I'll give you a link in a moment.
The next step is css. html is for the structure of your site and css is for the presentation. The basics of css are also easy to learn. It can trip you up a little when you're trying to use css to completely layout a site, but even then it's not too hard.
A good place to learn both is W3Schools. They have intro tutorials on most everything relating to building a website that are easy to follow and quick to work through. You won't be a master after going through them, but you'll be considerably further along.
Again there's nothing wrong with using DreamWeaver, but it's good to learn the code too since DW won't necessarily give you the best code and there will be times where you will need to understand the code to make a fix.
|