Hi all
Can anyone see a prob with this html:
<!-- body content right column -->
<div class="page_body_content_right_column">
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e" >
<!-- When logged in, this gives the company name, username and a login link -->
<actinic:variable name="NowServing" /><actinic:variable name="CurrentAccount" /><actinic:variable name="LogoutSimple" />
</actinic:block>
<div align="center">
<actinic:variable name="HeaderFooter" value="Header Text" />
</div>
<actinic:variable name="INNERLAYOUT" />
<div align="center">
<actinic:variable name="HeaderFooter" value="Footer Text" />
</div>
<actinic:variable name="ReferrerLink" />
</div><!--
<!-- end body content right column -->
</div>
</div>
<!-- END MAIN PAGE BODY CONTENT -->
<!-- PAGE FOOTER -->
<div class="page_footer" align="center">
<div class="page_footer_content">
<div class="dotted_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>
<p class="text_footer"><span class="text_menu_no_space">© 2006 <actinic:variable name="CompanyName" /></span> <a href="<actinic:variable name="SendMailPageLink" />" class="link_footer"><actinic:variable name="SendMailText" /></a> | <a href="<actinic:variable name="InfoURL" />" class="link_footer">Privacy Policy</a> | <a href="<actinic:variable name="InfoURL" />" class="link_footer"><actinic:variable name="InfoText" /></a></p>
</div>
</div>
<!-- END OF PAGE FOOTER -->
I am getting a message saying 'Opening and Closing HTML comment signs are not matching on the page'
Thank you!
Can anyone see a prob with this html:
<!-- body content right column -->
<div class="page_body_content_right_column">
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e" >
<!-- When logged in, this gives the company name, username and a login link -->
<actinic:variable name="NowServing" /><actinic:variable name="CurrentAccount" /><actinic:variable name="LogoutSimple" />
</actinic:block>
<div align="center">
<actinic:variable name="HeaderFooter" value="Header Text" />
</div>
<actinic:variable name="INNERLAYOUT" />
<div align="center">
<actinic:variable name="HeaderFooter" value="Footer Text" />
</div>
<actinic:variable name="ReferrerLink" />
</div><!--
<!-- end body content right column -->
</div>
</div>
<!-- END MAIN PAGE BODY CONTENT -->
<!-- PAGE FOOTER -->
<div class="page_footer" align="center">
<div class="page_footer_content">
<div class="dotted_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>
<p class="text_footer"><span class="text_menu_no_space">© 2006 <actinic:variable name="CompanyName" /></span> <a href="<actinic:variable name="SendMailPageLink" />" class="link_footer"><actinic:variable name="SendMailText" /></a> | <a href="<actinic:variable name="InfoURL" />" class="link_footer">Privacy Policy</a> | <a href="<actinic:variable name="InfoURL" />" class="link_footer"><actinic:variable name="InfoText" /></a></p>
</div>
</div>
<!-- END OF PAGE FOOTER -->
I am getting a message saying 'Opening and Closing HTML comment signs are not matching on the page'
Thank you!
Comment