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. If your business' website is comprised of ...
I'm trying to create a table with fixed headers. I have an example page up here:<BR>http://gohanman.com/pages/fixed-headers.html<BR><BR>This example actually works ...