Lambneck Posted February 21, 2009 Share Posted February 21, 2009 Hi, I have a table that looks just the way I want it in firefox but in IE it has some border trouble. In IE there is a thin white space in between the border and the table, as well as between each table cell. anyone know how to fix this? #forumtable { width:100%; border-style:solid; border-color:black; border-width:thin; border-spacing:0px; } Quote Link to comment https://forums.phpfreaks.com/topic/146200-solved-table-borders/ Share on other sites More sharing options...
haku Posted February 21, 2009 Share Posted February 21, 2009 border-collapse: collapse; Quote Link to comment https://forums.phpfreaks.com/topic/146200-solved-table-borders/#findComment-767580 Share on other sites More sharing options...
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.