Does anyone see anything strange about this theme page. When ever I try to edit a page with the following theme, the <form&g t; element is never created to save the page.
<!-- THEME PAGE --> <% taglib uri="meshcms-taglib" prefix="cms" %> <html> <title><cms:pagetitle /></title> <cms:defaultcss /> <cms:pagehead /> <meta name="description" content="<cms:info id="description" />" /> <meta name="keywords" content="<cms:info id="keywords" />" /> <meta name="author" content="<cms:info id="author" /> (<cms:info id="authorurl" />)" />
<body bgcolor="#FFFFFF" link="#FFFFFF"> <table
background="<cms:themepath/>/image/top.gif" width="700" border="0" cellspacing="0" cellpadding="0" height="75" align="center"> <tr background="<cms:themepath/>/image/top.gif"> <td width="305"> <div align="center"> <div align="left"> <div align="center">
<font size="5"><b>Company Name</b></font> </div> </div> </div> </td> <td width="395"> </td> </tr> </table> <table width="700" border="0" cellspacing="0" cellpadding="0"
height="20" align="center"> <tr bgcolor="#000000"> <td> <div align="center" class="breadcrumb"> <cms:breadcrumbs current="false" mode="links" separator=" | "/> </div> </td> </tr> </table> <table width="700" border="0" cellspacing="0"
cellpadding="0" height="13" background="<cms:themepath/>/image/top1.gif" align="center"> <tr> <td> <img src="<cms:themepath/>/image/pixel.gif" width="1" height="1"> &nbs |