|
I'm new to this and need some basic help please.
I'm trying to correct a locking error on a template I'm trying to use and I am making a basic error in the html below - can anyone help me to spot the error please??
Its driving me crazy!?! thanks in advance for your help!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="../Templates/lab8mysql.dwt3.php"
codeOutsideHTMLIsLocked=”true”
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link href="lab8mysql.dwt3.php" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Rule1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 36px;
text-decoration: underline;
background-color: #0F0;
}
-->
</style>
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
|