RH messing up my Header/Footer
Ok I hope someone can answer this.
My headler is:
<div id="header">
<div id="header_inner" class="fixed">
<div id="logo">
<h1><span>Title Page</span></h1>
<h2>Company Name</h2>
</div>
</div>
</div>
But when I save it and then open up a page again, the header changes to:
<?rh-region_start id="header" ?>
<div id="header_inner" class="fixed">
<div id="logo">
<h1><span>Title Page</span></h1>
<h2>Company Name</h2>
</div>
</div>
<?rh-region_end ?>
Then the page is all messed up unless I fix it again and save before I generate.
The same thing happens with my footer HTML.
<div id="footer" class="fixed">
Copyright © 2009 Company All rights reserved.
</div>
Turns to:
<?rh-region_start id="footer" class="fixed" ?>
Copyright © 2009 Company All rights reserved.
<?rh-region_end ?>
Can someone help me with this please? I built the whole Help program and it works flawlessly except for this annoyance everytime I open a page to edit.
