Re: What's causing the gap between the logo and the next block?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jackson.rayne@gmail.com

    Re: What's causing the gap between the logo and the next block?

    First fix all the markup errors.  Often, once the errors are fixed, the
    problem will go away.
    >
    Second validate and/or fix any CSS errors.  Again, once any errors are
    fixed, the problem often goes away.
    >
    Then remove markup/scripting until you can isolate the problem itself.  
    Fix the problem, then put markup/scripting back.
    >
    --
    Adrienne Boswell at Home
    Arbpen Web Site Design Serviceshttp://www.cavalcade-of-coding.info
    Please respond to the group so others can share- Hide quoted text -
    >
    - Show quoted text -
    Hi,

    I have created a sample page that is validated by validator.
    Please see it at



    I need to know what is causing the white space between the two boxes
    in IE7.
    I can see a white line approximately 2 px thick between the Logo and
    Adsense
    block. If you see the page in Firefox the boxes are touching each
    other.

    This is driving me crazy as I am not able to point out the exact
    error.
    I have even checked the logo file to see if there is
    any white space beneath it but it is good (anyhow it is displaying
    fine
    in Firefox).

    And I am not using an external CSS file . Please help


    Regards,
    Rayne
  • Martin Honnen

    #2
    Re: What's causing the gap between the logo and the next block?

    jackson.rayne@g mail.com wrote:
    I have created a sample page that is validated by validator.
    Please see it at
    >

    >
    I need to know what is causing the white space between the two boxes
    in IE7.
    I can see a white line approximately 2 px thick between the Logo and
    Adsense
    block.
    Remove the white space inside of the td element e.g. make that
    <td valign="top" colspan="2"><IM G height=100 alt="ShopperDes ire
    Logo" src="banner.gif " width="790px" border="0"></td></tr>

    --

    Martin Honnen

    Comment

    • Bergamot

      #3
      Re: What's causing the gap between the logo and the next block?


      jackson.rayne@g mail.com wrote:
      >
      I have created a sample page that is validated by validator.
      >

      >
      I need to know what is causing the white space between the two boxes
      in IE7.
      FYI, your chosen DOCTYPE triggers quirks mode in all browsers. Don't
      expect any consistent rendering across browsers unless you switch to
      standards mode.

      --
      Berg

      Comment

      Working...