Quote:
Originally Posted by L0rd-81
How i can change this the i see "Alle Foren" as first?
|
Remove the code
selected="selected" from all options other then the preferred default. See the code box for proper usage.
Code:
<input type="text" class="bginput" name="query" size="25" /> <select name="forumchoice[]">
<option value="-1" selected="selected" class="time">Alle Foren</option>
<option value="145" class="time">ASUS</option>
<option value="132" class="time">HP</option>
<option value="46" class="time">HTC</option>
<option value="69" class="time">LG</option>
<option value="84" class="time">Samsung</option>