Hello,
I am looking for some assistance on adding options to an already existing dropdown (see image).

The code for the existing options is as follows:
<td class="bold">~[text:psx.html.admin_seop.careerpathways.primary_pathway]</td>
<td><select name="[01]Primary_Pathway"><option><option value=Technical>~[text:psx.html.admin_seop.careerpathways.technical]<option value=Scientific>~[text:psx.html.admin_seop.careerpathways.scientific]<option value=Artistic>~[text:psx.html.admin_seop.careerpathways.artistic]<option value="Social Humanitarian">~[text:psx.html.admin_seop.careerpathways.social_humanitarian]<option value="Bus. and Marketing Mgt.">~[text:psx.html.admin_seop.careerpathways.bus_and_marketing_mgt]<option value="Business Information">~[text:psx.html.admin_seop.careerpathways.business_information]<option value=Agriculture>~[text:psx.html.admin_seop.careerpathways.agriculture]</select></td>
How would I go about creating additional options?
Thanks so much for your time and input!