View page source shows:
Why the hell then is Scott the pre-selected value?
http://www.w3schools.com/tags/att_option_selected.asp
Code:
<b><h2>MAKE SURE THAT PHOTOGRAPHER IS CORRECT:</b></h2>
<select name="photographer">
<option value="Victor" selected="">Victor</option>
<option value="Anthony" selected="selected">Anthony</option>
<option value="Ana" selected="">Ana</option>
<option value="Scott" selected="">Scott</option>
</select>
Why the hell then is Scott the pre-selected value?
http://www.w3schools.com/tags/att_option_selected.asp
Last edited: