<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Luca --<br>
    <br>
    Thank you for the suggestion -- I attempted to force IE into
    'quirks' mode with an appropriate doctype declaration, but again,
    there seemed to be no change in the rendering.&nbsp; I should also
    mention that outside of the Front Page module, the code renders
    correctly in both IE and Firefox as a stand-alone&nbsp; web page.&nbsp;
    validator.w3.org/ does return errors, but I'm not sure how much is
    due to incorrect code and how much is due to an odd synergy between
    the raw code and&nbsp; Drupal / Front Page, which is set to 'themed' mode
    so that I can make use of the header, footer, and blocks available
    from the master CTI-Flex / Zen theme.<br>
    <br>
    -- Darrell<br>
    <br>
    On 5/24/2012 12:30 PM, luca capra wrote:
    <blockquote cite="mid:4FBE6225.90704@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Il 24/05/2012 15:45, Darrell Eifert ha scritto:
      <blockquote cite="mid:4FBE3B6E.8050505@hampton.lib.nh.us"
        type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        Hi Folks --<br>
        <br>
        I'm hoping someone familiar with the 'Front Page' Drupal module
        can offer a suggestion.&nbsp; We are using Front Page to provide a
        custom formatted splash page for our library users.&nbsp; The problem
        is that code designed to display text inside a green column next
        to an iframe with Google Calendar centered between an left and
        right column of standard themed blocks is rendered differently
        on IE (all versions) than Firefox / Safari / Chrome. I'm using
        the following initial code:<br>
        <br>
        <div class="codeblock"><code>&lt;HTML&gt;<br>
            &lt;HEAD&gt;<br>
            &lt;TITLE&gt;Lane Memorial Library, Hampton,
            NH&lt;/TITLE&gt;<br>
            &lt;/head&gt;<br>
            &lt;STYLE type="text/css"&gt;<br>
            div#c1 {<br>
            float:left;<br>
            width:260px;<br>
            height:800px;<br>
            background-color:#b3e0b8;<br>
            border:2px solid #dce7d5;<br>
            color:black;<br>
            padding:10px;<br>
            }<br>
            <br>
            div#c2 {<br>
            float:right;<br>
            }<br>
          </code></div>
        <br>
      </blockquote>
      I think it is rendered in quirks mode, try to validate the code
      first: validator.w3.org/<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
  </body>
</html>