<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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>
  </body>
</html>