Announcement

Collapse
No announcement yet.

Made a booboo!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Made a booboo!

    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>&nbsp; <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!

    #2
    </div><!--
    <!-- end body content right column -->

    the <!-- appears to be unclosed


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Originally posted by Helz
      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>&nbsp; <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!
      This needs removing <!-- (IN BOLD)

      HTH
      Affordable solutions for busy professionals.
      Website Maintenance | UK Web Hosting

      Comment


        #4
        Thanks guys!
        Very appreciated!

        Comment

        Working...
        X