A
Adam
FrontPage 2003, Windows XP...
I've been trying to use templates for a new site, but I can't seem to get
content above the <html> tag to work.
I use asp include files at the top of the page to do some validation before
displaying html, and to redirect if necessary. Pages based on the template
look like so:
<!--#include virtual="/includes/security.asp-->
<html>
<!-- #BeginTemplate "templates/new_page_1.dwt" -->
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<!-- #BeginEditable "doctitle" -->
<title>New Page 1</title>
<!-- #EndEditable -->
....etc.
The problem is the section above the <html> tag appears as an editable
region, and the user can change this on any page based on the template. Any
updates to the master template page in that section are never applied to the
pages based on the template. Is there any way to lock this section down?
Sincerely,
Adam Lofstedt
I've been trying to use templates for a new site, but I can't seem to get
content above the <html> tag to work.
I use asp include files at the top of the page to do some validation before
displaying html, and to redirect if necessary. Pages based on the template
look like so:
<!--#include virtual="/includes/security.asp-->
<html>
<!-- #BeginTemplate "templates/new_page_1.dwt" -->
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<!-- #BeginEditable "doctitle" -->
<title>New Page 1</title>
<!-- #EndEditable -->
....etc.
The problem is the section above the <html> tag appears as an editable
region, and the user can change this on any page based on the template. Any
updates to the master template page in that section are never applied to the
pages based on the template. Is there any way to lock this section down?
Sincerely,
Adam Lofstedt