Very near the top, you'll find a paragraph like this one:
- Code: Select all
<documenttype id="HTML" internaltype="HTML"
winfileextension="htm,html,shtml,shtm,stm,tpl,lasso,xhtml"
macfileextension="htm,html,shtml,shtm,tpl,lasso,xhtml"
file="Default.html" writebyteordermark="false">
Change it to this:
- Code: Select all
<documenttype id="HTML" internaltype="HTML"
winfileextension="html,htm,shtml,shtm,stm,tpl,lasso,xhtml"
macfileextension="html,htm,shtml,shtm,tpl,lasso,xhtml"
file="Default.html" writebyteordermark="false">
In other words, change the order of "htm" and "html" in the winfileextension and macfileextension attributes. You will need to restart Dreamweaver, for the changes to take effect.

