|
I understand that, but how else can I achieve the objective?
I want to make sure that all the columns have the same width. I can do that by making them all fixed-width - that is if I decide to make each tr row into a table (<form><table>). But then, some fields happen to be rather small (depending on the data fetched from the DB) which end up wasting space.
|