FrontPage 2003 dwt; "editable content" does not show in FIREFOX

M

MB

I created a web page in FrontPage 2003, and turned it into a Dynamic Web
Template (.dwt). I used a layout table for formatting, then highlighted one
main cell in the table for "editing".

I used the template, added new content to it, and it views fine in Internet
Explorer 7.0.

However, the content does not appear in FireFox 6.0. The rest of the page,
the uneditable parts, do show correctly.

Does anyone know how to get the content to show up in Firefox?

The page is http://www.michaelrbarnard.com/editablecontent
 
D

David Berry

I don't see a <BODY> or </BODY> tag. Try adding the <BODY> tag after the
</HEAD> (before your first table) and </BODY> before the </HTML> tag at the
bottom.
 
Top