Jump to content

[SOLVED] Table borders


Lambneck

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.