News

It ought to. You might need to fool with the table's properties (in HTML, the cellspacing and cellpadding attributes, or in CSS, the table's padding and border-collapse properties).
How to Remove the Cell Spacing in CSS. HTML tables are comprised of rows and cells. In traditional HTML coding you remove the spacing within a cell by setting the "cellspacing" attribute to zero ...
HTML tables can be puzzling for an HTML newbie. HTML alignment tricks are very simple once you get the hang of them. This article will show the code needed to make an HTML table fit the screen by ...
So I'm working on making a web site as standards compliant as possible and have made use of the border-spacing property in my tables (of data) extensively. Of course, now I find out that IE doesn ...