View Full Version : Difficulties with IE


Andrea11
05-03-2006, 06:27 PM
Hello...
I've got issues with the table gaps in IE. I know it's mentioned in the FAQ, and I tried filling in all the spaces between the table content and the </td>'s, but the gaps are still appearing. Are there any other things that might be causing the them?

It's very frustrating... it looks so lovely in Firefox :(

pb&j
05-04-2006, 04:13 AM
can you provide a link to the problem page please?

Andrea11
05-04-2006, 04:41 AM
Whoops, sorry about that.... lucky-eleven.com

pb&j
05-04-2006, 01:40 PM
at this time, it looks like your ending td tags </td> are still on thier own seperate line after the cell content. that may be the problem.

from this...

</a>
</td>

to this...

</a></td>

has to be done for each and every ending td tag.

Andrea11
05-04-2006, 07:15 PM
Oh my gosh, I completely spaced it out that my index is hosted on blogger instead... closing the gaps did work indeed. Sorry to trouble you!

pb&j
05-04-2006, 10:35 PM
no worries. good luck!