How can I put multiple columns in a select tag?
I am retrieving two columns from a database and want to put them both in
a select tag so that the columns line up on the left.
-- i.e. --
column A column B
Data 1A Data 1B
Data 22222 Data 3
Data 44 Data 55555
Column B will be left justified in a column to the right of column A.
TIA
Nate
I am retrieving two columns from a database and want to put them both in
a select tag so that the columns line up on the left.
-- i.e. --
column A column B
Data 1A Data 1B
Data 22222 Data 3
Data 44 Data 55555
Column B will be left justified in a column to the right of column A.
TIA
Nate