News

Open your CSS file in a text editor, such as Notepad. Click your cursor at the bottom of the file and insert the following code:table.nospacing { border-spacing: 0; }table.nospacing th, td ...
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 ...