<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 02/27/2011 11:45 AM, Carl Wiedemann wrote:
    <blockquote
      cite="mid:AANLkTinaaVJrTAavrvS7Dh0_D6W8C0t-M4_VAkzW2BVW@mail.gmail.com"
      type="cite">The vertical-align property only applies to inline,
      inline-block, and table-cell elements.
      <div><br>
      </div>
      <div><a moz-do-not-send="true"
          href="http://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align">http://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align</a></div>
      <div><br>
      </div>
      <div>By default, &lt;div&gt;s should have all inner content begin
        at the top left. What are you trying to achieve, based on your
        given markup? If you are trying to align the given image to the
        top of the browser window, it's likely the &lt;body&gt; has some
        margin or padding you have to override. Use Firebug to inspect
        the whitespace you are seeing.</div>
      <div><br>
      </div>
      <div>You should probably be using the background-image property
        instead of image tags if the image is fundamentally part of the
        theme and not explicitly content.</div>
      <div><br>
        <br>
        <div class="gmail_quote">On Sat, Feb 26, 2011 at 9:05 PM, Eric
          Sepich <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:sepich.eric@hotmail.com">sepich.eric@hotmail.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">I have a custom home page that I
            developed and I am having the biggest<br>
            bear of a problem getting it to "vertical-align: top;". Does
            anyone know<br>
            how this might be done with the Drupal platform. I tried
            several<br>
            different methods included encasing the image in a div etc.
            etc. Nothing<br>
            worked so far. My theme is framework. My content type is
            "full html".<br>
            Thank you so much!<br>
            <br>
            &lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0
            Transitional//EN"<br>
            "<a moz-do-not-send="true"
              href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd"
              target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd</a>"&gt;<br>
            &lt;html&gt;<br>
            &lt;head&gt;<br>
            &lt;/head&gt;<br>
            &lt;body&gt;<br>
            &lt;div valign="top" style='vertical-align: top;'&gt;<br>
            &lt;img src="imgdeny/fortress.jpg" valign="top"&gt;<br>
            &lt;/div&gt;<br>
            &lt;/body&gt;<br>
            &lt;/html&gt;<br>
            _______________________________________________<br>
            themes mailing list<br>
            <a moz-do-not-send="true" href="mailto:themes@drupal.org">themes@drupal.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.drupal.org/mailman/listinfo/themes"
              target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
themes mailing list
<a class="moz-txt-link-abbreviated" href="mailto:themes@drupal.org">themes@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes</a>
</pre>
    </blockquote>
    I tried this based on your email. I would like to change to a
    background image once I can make this thing work without such a huge
    white space gap. There is still a huge white space gap between the
    title of my page which is "Access Denied" and the image.<br>
    <br>
    &lt;html&gt;<br>
    &lt;head&gt;<br>
    &lt;/head&gt;<br>
    &lt;body style='margin: 0; padding: 0;'&gt;<br>
    &lt;div style='margin: 0; padding: 0;'&gt;<br>
    &lt;img src="imgdeny/fortress.jpg"&gt;<br>
    &lt;/div&gt;<br>
    &lt;/body&gt;<br>
    &lt;/html&gt;<br>
    <br>
    <br>
  </body>
</html>