Connecting Tech Pros Worldwide Forums | Help | Site Map

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

jackson.rayne@gmail.com
Guest
 
Posts: n/a
#1: Nov 9 '08
Quote:
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

http://www.shopperdesire.com/index_temp.php

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
Guest
 
Posts: n/a
#2: Nov 9 '08

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


jackson.rayne@gmail.com wrote:
Quote:
I have created a sample page that is validated by validator.
Please see it at
>
http://www.shopperdesire.com/index_temp.php
>
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"><IMG height=100 alt="ShopperDesire
Logo" src="banner.gif" width="790px" border="0"></td></tr>

--

Martin Honnen
http://JavaScript.FAQTs.com/
Bergamot
Guest
 
Posts: n/a
#3: Nov 9 '08

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



jackson.rayne@gmail.com wrote:
Quote:
>
I have created a sample page that is validated by validator.
>
http://www.shopperdesire.com/index_temp.php
>
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
Closed Thread


Similar HTML / CSS bytes