I have a table in asp.NET 2.0 and I place border="1" in the table tag
and I get a border around the entire table, but not around the cells. I
thought this was what I remembered to place a border around each cell,
and sure enough, if I write a simple table in notepad, it looks right.
Why am I not getting the cell lines in asp.NET, even though the syntax
works for plain html?