fubz Posted September 6, 2005 Report Share Posted September 6, 2005 Ok in FF i get a very nice table, with no spacces and all of that good stuff. But in IE i get a gap between the rows... not goodwhy?! i have cellspacing/padding both at 0....http://www.fubz.us/osg/ Quote Link to post Share on other sites
Martint Posted September 6, 2005 Report Share Posted September 6, 2005 I don't see any difference. Quote Link to post Share on other sites
fubz Posted September 7, 2005 Author Report Share Posted September 7, 2005 Look right aboe the letters where it says: Home Media Disography etc... there is a black line all the way across in IE but in FF there is not. Quote Link to post Share on other sites
MtnPictures Posted September 7, 2005 Report Share Posted September 7, 2005 Try making the border="0"? Quote Link to post Share on other sites
Martint Posted September 7, 2005 Report Share Posted September 7, 2005 Extra table row, that firefox is just not picking up? Quote Link to post Share on other sites
jsbowen Posted September 7, 2005 Report Share Posted September 7, 2005 Try making the border="0"?<{POST_SNAPBACK}>This fixed it for me. Quote Link to post Share on other sites
fubz Posted September 7, 2005 Author Report Share Posted September 7, 2005 nope... Quote Link to post Share on other sites
MtnPictures Posted September 8, 2005 Report Share Posted September 8, 2005 I looked at your source and you need to put (Border="0") what you have is (Border='0') Quote Link to post Share on other sites
fubz Posted September 8, 2005 Author Report Share Posted September 8, 2005 I looked at your source and you need to put (Border="0") what you have is (Border='0')<{POST_SNAPBACK}>Nope, still doesnt work Quote Link to post Share on other sites
jsbowen Posted September 8, 2005 Report Share Posted September 8, 2005 It has something to do with the way IE is displaying the images (title and table background) in the first table row. I tried working with valigns to see if that would remove the space. However, I haven't had much time to fix it. You may want to try adding some valigns, or change the image/s size to see what works. If I get some time and you haven't posted that it's fixed, I'll see if I can put something together that will work. Quote Link to post Share on other sites
BurtStark Posted September 9, 2005 Report Share Posted September 9, 2005 Ok in FF i get a very nice table, with no spacces and all of that good stuff. But in IE i get a gap between the rows... not goodwhy?! i have cellspacing/padding both at 0....http://www.fubz.us/osg/<{POST_SNAPBACK}>IE is creating the gap because of the blank space you have after the header image tag and before the closing table data tag. Remove the blank space so that the image tag is flush against the closing td tag, and you'll be golden.Like this:<img alt='Our Second Ghost' src='images/header.png'></td> Quote Link to post Share on other sites
fubz Posted September 9, 2005 Author Report Share Posted September 9, 2005 IE is creating the gap because of the blank space you have after the header image tag and before the closing table data tag. Remove the blank space so that the image tag is flush against the closing td tag, and you'll be golden.Like this:<img alt='Our Second Ghost' src='images/header.png'></td><{POST_SNAPBACK}>WOOOOT!!! YAAAA!!!! THANK YOU!!!!! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.