So far all of the tutorials on using <label> focus on one specific scenario (ie. you have exactly one label for each field). How would you code for a table with the following structure (the numbers are text input fields):
Code:
First Year After Deferral
Amount of Farm Operating Expenses: 500.00 2500.00
Amount of Farm Operating Interest Expense: 75.00 175.00
Amount of Owner Withdrawals Expense: 200.00 150.00
I have a mandate to pass section 508 compliance testing, however I am at a loss as to how I can provide a <label> for each field when it's a combination of the column header and the row header together that describes the information in the field.
Any help would be appreciated.