I am building a Sudoku matrix (9x9) using a form (for input) inside a table
(for layout).
I can control the size of the input elements so that they match the width of
the enclosing cell.
How can I control the height of the input elements so that they also match
the cell height?
Or is there a better approach?
R.