|
When creating a new page in Dreamweaver, in the New Document box you will see Category:Basic Page | Basic Page: HTML
The third column is the Preview panel. At the bottom of that Panel you will see a pull down menu for "Document Type (DTD)." You can use that pull down menu to select from HTML 4 (strict or transitional), XHTML (strict, transitional, 1.1, or Mobile).
It is a good idea to know the difference between the Document Types, you can research this in the Dreamweaver help file and on sites like W3C (which might be a little daunting) or on w3schools.com.
You should not have the problem that Ladyn is referring to about the positioning. You are hand coding and this is only an issue if you are relying on the Dreamweaver WYSIWYG features. Dreamweaver can be a great tool for hand-coders but you do have to suffer the slings and arrows of the coding purists that think it is only a WYSIWYG editor.
|