I am using a "client management system" called: CMS Made Simple (www.cmsmadesimple.org) and I keep getting this error message any time I want to edit the text to my home page. "No default content block was detected in this template. Please ensure that you have a {content} tag in the page template."
So I pulled up my home template and I am wondering where do I put the {content} tage in this code to add/edit text.
<!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">
<head>
<title>text goes here/>
<meta name="keywords" content="text, text, text" />
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW, ARCHIVE" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>{sitename} - {title}</title>
{metadata}
<link rel="stylesheet" href="css.css" type="text/css" />
<link rel="stylesheet" href="dropdown.css" type="text/css" />
</head>
</body>
Ton of code here didn't know if you needed the rest. Let me know if you do.
Thanks team, I appreciate all the help!
So I pulled up my home template and I am wondering where do I put the {content} tage in this code to add/edit text.
<!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">
<head>
<title>text goes here/>
<meta name="keywords" content="text, text, text" />
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW, ARCHIVE" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>{sitename} - {title}</title>
{metadata}
<link rel="stylesheet" href="css.css" type="text/css" />
<link rel="stylesheet" href="dropdown.css" type="text/css" />
</head>
</body>
Ton of code here didn't know if you needed the rest. Let me know if you do.
Thanks team, I appreciate all the help!