List Field, the correct way please
Posted: Tue Oct 10, 2006 11:06 pm
Write your message below:
Could someone please tell me the correct way to add a list field, in a standard html a list field would look something like:
<select name="whatever" size="2" id="whatever">
<option>first choice</option>
<option>Second choice</option>
<option>Third choice</option>
</select>
This works but you cant change the colour of background of the text box.
So I assume I have this wrong.
Any help please.
Could someone please tell me the correct way to add a list field, in a standard html a list field would look something like:
<select name="whatever" size="2" id="whatever">
<option>first choice</option>
<option>Second choice</option>
<option>Third choice</option>
</select>
This works but you cant change the colour of background of the text box.
So I assume I have this wrong.
Any help please.