Ok I was wondering what is the search html code cause i want to code it to on my website and i don't no the html code for the search bar so if anyone has the code please post it here please.
What is the search html code (Need Help)
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
- Post n°1
What is the search html code (Need Help)
Guest- Guest
Use this code:
- Code:
<form class="forum-search" action="/search" method="get">
<input class="post" type="text" placeholder="Search" size="16" id="search_keywords" name="search_keywords" />
<input class="button2" type="submit" value="{L_SEARCH}" />
<input type="hidden" name="search_where" value="f{FORUM_ID}" />
</form>
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
ok thanks
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
yea