No display of content even tho there is content!

  •  01-16-2014, 1:30 PM

    No display of content even tho there is content!

    Hi

     

    When I load or paste the below in the editor, the editor is completely blank. Switch to HTML view and its there, goto preview or wysywig view and nothing shows.

     

    Are you able to find out why it shows nothing?

    Thanks 

     

     <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
      <head>
          <title>[acms:pagetitle]</title>
          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
          <meta content="[acms:navtitle]" name="Navigation_Title" /><!-- "Description" -->
          <style>
          a.topmenubar:link
          {
          color: #ffffff;
          text-decoration: none;
          font-weight: bold;
          font-size: 0.90em;
          margin: 1.0em 0em 1.0em 0em;
          padding: 0 5px 0px 5px;
          }
          a.topmenubar:visited
          {
          color: #ffffff;
          text-decoration: none;
          font-weight: bold;
          font-size: 0.9em;
          margin: 1.0em 0em 1.0em 0em;
          padding: 0 5px 0px 5px;
          }
          a.topmenubar:hover
          {
          text-decoration: none;
          font-weight: bold;
          color: #cccccc;
          font-size: 0.9em;
          margin: 1.0em 0em 1.0em 0em;
          padding: 0 5px 0px 5px;
          }
          a.topmenubar:active
          {
          color: #ffffff;
          text-decoration: none;
          font-weight: bold;
          font-size: 0.9em;
          margin: 1.0em 0em 1.0em 0em;
          padding: 0 5px 0px 5px;
          }
          <div style="background: url(previewfile.ashx?id=3033); width: 100%; height: 95px"><img style="float: right" alt="logo" src="previewfile.ashx?id=3031" /> <img alt="logo" src="previewfile.ashx?id=3032" />
          <div style="left: 0px; top: 58px">&nbsp; <a class="topmenubar" href="/@@autolink/429@@@">Home &nbsp;</a> <a class="topmenubar" href="https://www.armycms.mod.uk/">Log In &nbsp;</a> <a class="topmenubar" href="/@@autolink/884@@@">News &nbsp;</a> <a class="topmenubar" href="/@@autolink/883@@@">Training &nbsp;</a> </div>
          </div>
          <table cellpadding="0" width="100%">
              <tr>
                  <td id="maincontent">
                  <table style="background-color: #ffffff" cellspacing="10" cellpadding="10" width="100%" border="0">
                      <tr>
                          <td><!-- MAIN CONTENT START-->[acms:html]<!-- MAIN CONTENT END-->xcvxcvxcv </td>
                      </tr>
                  </table>
                  <!-- FOOTER START -->
                  <table id="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
                      <tr>
                          <td valign="top" align="left" width="100%">
                          <div id="print" style="text-align: center"></div>
                          </td>
                      </tr>
                  </table>
                  <!-- FOOTER END --></td>
              </tr>
          </table>
          </style>
      </head>
    </html>
    &nbsp;
     
View Complete Thread