|
Posted by Andy Dingley on February 6, 2008, 9:07 am
Please log in for more thread options
> I have several pages that contain the code below.
Post a URL not the page code, and certainly not a fragment.
> All the pages all look great in Firefox. But in IE6 and IE7, there is a
problem--white
> space vanishes and the text is too close to the objects above it.
Which doctype declaration are you using and are you rendering with
strict or quirks mode? This is quite possible to be your problem, but
we can't tell because you didn't post a URL.
Additionally, your coding style is 10 years out of date. <table>
markup, 3.2 presentational attributes, no use of CSS. Few people will
work to fix such markup, it's better overall to start again and do it
clean. However you didn't post a URL to the whole page, so we can't
comment in any more detail.
|