Hi there, I've got an ASP program that creates tables dynamically. When I set the border to 1, I see that if the field is empty, the cell that should be empty shows up without a border. For example, if I have a 5x5 table, and 3 cells contain no information in a row, none of the cells have a border. I'm not sure how to make it appear. Thanks Eric Hi there, I've got an ASP program that creates tables dynamically. When I set the border to 1, I see that if the field is empty, the cell that should be empty shows up without a border. For example, if I have a 5x5 table, and 3 cells contain no information in a row, none of the cells have a border. I'm not sure how to make it appear. Obviously the border="1", and I use <tr> to do a line and <td> to do a cell, with an accompinying closure. <table width="100%" border="1" cellpadding="0" CELLSPACING="0"> Thanks Eric