You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
M
Here's the piece of code I have:
<select name="typeartist" class="listbox">
<option value="Photographer">Photographer</option>
<option value="Writer">Writer</option>
<option value="Musician">Musician</option>
<option value="Anime Artist">Anime Artist</option>
<option...