I have nothing in the root of the account other than the default MODx install including .htaccess and sample-robots.txt
Below is the template I am trying to paste into place:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[(site_name)] | [*pagetitle*]</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="assets/templates/codling/css/layout.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="header_topstrip">
Breadcrumb to go here
</div> <!-- /end of header-topstrip -->
<h1>site logo</h1>
<h2>dynamic content maybe here</h2>
</div><!-- header end div-->
<div id="content">
<div id="colOne">
<!-- get rid of info box idea
<div id="logo">
<h1>logo</h1>
<h2>box if needed</h2>
</div>
-->
<!--menu start-->
Menu to go here with wayfinder
<!-- menu finish-->
<!-- search form start-->
Search form going here
</div>
<div id="colTwo">
<div id="menu_horizontal">
Page title to go here
</div>
[*#content*]
</div>
<div style="clear: both; margin:0; padding:0; height:1px;"> </div>
<div id="footer">
© 2009 <a href="#">footer text here</a> All rights reserved <br>
Tel: 1234567890
</div>
</div>
</body>
</html>
I can get things added by doing a line at a time but something fails when I add the full lot very odd.
another quick edit:
I have another site using evolution which was an upgrade, earlier when I tested I only added a few lines to a new template which worked, however if I try to add this full html to that site then I get the same error by being sent to the default 404 page in the manager preview window, this site is on the same server so I am wondering could there be anything in the server firewall stoping an insert commmand under certain conditions.
I just dont understand enough about that magical programming voodoo stuff to know if this is possible.
Also get the same problem if i try to edit an existing page by adding the template code to it.
I have now added the above code bit by bit and it has all been taken fine, I just cant add stuff in big chunks
Cheers all