Hi,
I would like to display my values in a table format, view code at the bottom.
i get data but in no order it's all very untidy i cant do a <td width="13">
for each option - it display very untidy & unreadable
any ideas, please help
I would like to display my values in a table format, view code at the bottom.
i get data but in no order it's all very untidy i cant do a <td width="13">
for each option - it display very untidy & unreadable
Code:
<select name="S_Selectfrombox" size="10" query="Q_CodeDescr"cols="40"> <cfloop query="Q_CodeDescr"> <CFSET V_Optionvalue1 = #Descr2#> <CFSET V_Optionvalue2 = #Descr3#> <CFSET V_Optionvalue3 = #Descr4#> <optionvalue="#V_Optionvalue1#" "#V_Optionvalue2#" "#V_Optionvalue3#"> #V_Optionvalue1# #V_Optionvalue2# #V_Optionvalue3#
Comment