Re: [css-d] Need help with alignment in IE (huge white spaces), Firefox looks ok

2007-09-18 Thread trevor bayliss


juliann wheeler [EMAIL PROTECTED] wrote:  I created this in tables for an 
HTML newsletter Does anyone know why I'm 
getting these large gaps of white space in my tables (left side column)?

I'm not a tables person usually so this is a real challenge for me.

It looks fine in Firefox to me, but I cant test in IE because I'm on a mac.

Any help would be greatly appreciated!

Here are the links:

http://www.pcg-advisors.com/Newsletter/pcgnewsletter9_07.html
http://www.pcg-advisors.com/Newsletter/pcgnewsletter9_07_p2.html


Thank You!

_
Share your special parenting moments! 
http://www.reallivemoms.com?ocid=TXT_TAGHMloc=us

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
   
  I would go pure css and forget the tables. In IE they look fine no space 
anyway!! Seems a really complicated way putting inline css in every tr or td 
try and seperate the css into style/style in the page code or put on a 
separate file. Good luck!!


   
-
Pinpoint customers who are looking for what you sell. 
   
-
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Need help with alignment in IE (huge white spaces), Firefox looks ok

2007-09-18 Thread Gunlaug Sørtun
juliann wheeler wrote:
 I created an HTML newsletter in tables.  Firefox is rendering it 
 correctly, but in IE there is a large white space between the first 
 paragraph and the title Representative PCGA Deals
 
 http://www.pcg-advisors.com/Newsletter/pcgnewsletter9_07_p2_is.html

I have no idea which IE-bug I'm dealing with here, and I'm a bit rusty
when it comes to handling HTML tables. Anyway, the following seems to
work in all browsers...

http://www.gunlaug.no/tos/alien/jw/test_07_0918.html

IE (all versions) seems to get the rowspan count wrong once, which leads
to the large white space in the relevant and neighboring table-cells.

I couldn't find a better way to solve it than to repeat the td twice
and use conditional comments to serve one to IE with one rowspan value
and the other to other browsers with another rowspan value.

The commented tds are easy to find in the source code. Maybe you have
a better way to do it.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/