This has been driving me nuts all day and I cant figure out what's going on. I have created two tables one is wrapped in a DIV and used as a header. The second is also wrapped in a DIV which allows me to scroll (hence two tables). The second table is butted up against the bottom of the first. Assuming 5 columns - I am setting the column sizes for each of the tables exactly the same giving plenty of room for the text in each column. The text in the header table is bold. Even though I am setting the column text for the second table the exact same size as its corresponding header, I can't match the column sizes (the broders won't line up). I am building the tables using createElement and sizing the columns using tdOBJ.width. Any input would be appreciated.