Can any one tell me how to determine the DOCTYPE for my sites?
I use Dream Weaver 4 for most of my designs.
thanks
Can any one tell me how to determine the DOCTYPE for my sites?
I use Dream Weaver 4 for most of my designs.
thanks
If you go to Macromedia exchange and search in Dreamweaver Extensions for 'insert doctype' there is an extension for DW4.
Then, just use the snippets tab in the Code panel to insert what ever you need, probably html 4 transitional, or strict.
Try to use strict, I use xhtml 1.0 strict to make sure I have more forward compatible code that will be easier to adapt down the line if browsers become less legacy.
I almost forgot, when opening a new document, in MX anyways, you can check 'Make Document IE4 comatible' under the New/Html/Standard window.
Babies don't need a vacation, but I still see them at the beach... it pisses me off! I'll go over to a little baby and say 'What are you doing here? You haven't worked a day in your life!'
Steven Wright
Thanks mike for your help I never new about the pref for the compatability