Possible a stupid question, but I know you folks accomodate that (phew)
On the register.asp for 'Select Country', how can I change it to 'Select County'.
I have changed the list to UK Counties, but don't where to look to change the words - Select Country -.
Thanks
Ian
<select name=location>
<option value="<% = strLocation %>" selected><% If strLocation = "" Or strLocation = null Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %></option>
<!-- Include countires include file -->
<!-- #include file="includes/select_countries_list.asp" -->
</select>