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; } 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; Link to comment https://forums.phpfreaks.com/topic/146200-solved-table-borders/#findComment-767580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.