And also I was sure that SELECTED="selected" was correct,
lowercase, not uppercase.
<option value="0" selected>Search Engine</option>
change to
<option value="0" selected="selected">Search Engine</option>
<option value="5" SELECTED = "Selected" >Heard about the site on the radio</option>
change to
<option value="5" selected="selected" >Heard about the site on the radio</option>
(incidentally, how can you have two values selected at the same time?)
Patrick H. Lauke _____________________________________________________ re�dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
