Hey folks,
I'm currently putting a search bar onto my sites main page for my messgae boards. My message boards are Invision Power Boards v1.2. This code below works fine for searching, but it has an ugly select form that has "Community" highlighted in it.
I tried removing the select form but the search needs it, so is there anyway to hide it? Because I'd really like this ugly thing gone. Thanks people.
I'm currently putting a search bar onto my sites main page for my messgae boards. My message boards are Invision Power Boards v1.2. This code below works fine for searching, but it has an ugly select form that has "Community" highlighted in it.
I tried removing the select form but the search needs it, so is there anyway to hide it? Because I'd really like this ugly thing gone. Thanks people.
HTML:
<form action="../boards/index.php?amp;act=Search&CODE=01">
<input maxlength="100" size="25" onfocus="this.value=''" value="Enter Search Query" name="keywords" id="keywords">
<select name="forums[]" size="1" multiple="multiple">
<option value='all' selected="selected">Community</option>
<option value="c_1">
</select>
<input type="submit" value="GO!"></form>
Last edited:







