I have started using Dreamweaver MX (I have to as part of my job and so I thought I'd give it a go) and I'm using templates to help me.
However, when I try to edit my template, save it and update all the files based on the template, I get the following error message:
There is an error at line 53, column 11 (absolute position 1164) of "D:\diablog\register2.php": Duplicae editable regions of name "Document head".
Can anyone shed any light on what this means and also is there any way to remedy it.
The code looks like this:
if($number==1)
{
?>
<html>
<head>
<script language="JavaScript">
alert('That email address has already been registered. Please use another one.');
</script>
<meta http-equiv="refresh" content="0,register.php">
</head>
</html>
<?php
exit;
}
Line 53 is the </head>.