>How do I make it so that Payment Type: options are dropdown menu? inb the auction.pl file under the sun new and the sub new2 find this line:
<TD><b>Select One</b><BR>
replace it with this line:
<TD><SELECT NAME=PAYMENT>
Now for each line like this:
<INPUT NAME=PAYMENT TYPE=Radio VALUE="See item description for payment methods accepted." checked>See item description for payment methods accepted.<br>
Now you'll have to refomat each line to be something like this:
<OPTION SELECTED VALUE="See item description for payment methods accepted.">See item description for payment methods accepted.</OPTION>