I really need some html help. The basic gist of what I need to do is to place several columns of data in a select box so it's readable.
Ideally I would use a table like so (would be many rows in the real appliaction) :
Expand|Select|Wrap|Line Numbers
- <table>
- <select name="something" size="10">
- <option value="w"><tr><td>name</td><td>price</td></tr></option>
- </select>
- </table>
Thanks,
Ben.