Thanks for all the information. The location of the file was correct and on
the third line there was this information
<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"><TITLE>
and I changed it to have the html in front of the htm on both lines so it
ended up looking like this
<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"><TITLE>
Thought I would put it in here in case someone else was looking for the
answer.
thanks again for the help,
|