When I activate Couch, the <h1> tag and contents are removed from the HTML of the website. When Couch is deactivated (e.g. COUCH::invoke(); is commented out, the <h1> tag and contents reappear on the website).
Any ideas?
Thanks
- Code: Select all
<cms:editable name="main_content" type="richtext">
<div id="main" class="left">
<h1>Welcome to Our Website</h1>
<p>
<img align="right" alt="Demo Alt Tag" border="0" height="150" hspace="15" src="http://www.demowebsite.com/img/photo-of-something.jpg" vspace="15" width="150" style="padding: 10px" />Website opened in 2010, random text random text.
</p>
<p>
more random text.
</p>
<p>
<a href="http://www.demowebsite.com/hello/index.php" title="title text">random text</a> random text <a href="http://www.demowebsite.com/frogs.php" title="Title">frog enquiry</a> random text.
</p>
</div>
</cms:editable>
Any ideas?
Thanks
