What is the search html code (Need Help) Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    What is the search html code (Need Help)

    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved What is the search html code (Need Help)

    Post by Mr DarkHaxers2 January 22nd 2012, 1:22 am

    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.
    avatar
    Guest
    Guest


    Solved Re: What is the search html code (Need Help)

    Post by Guest January 22nd 2012, 9:39 am

    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>
    You can add this in a template. Wink
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: What is the search html code (Need Help)

    Post by Mr DarkHaxers2 January 22nd 2012, 6:54 pm

    ok thanks
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: What is the search html code (Need Help)

    Post by Mr DarkHaxers2 January 22nd 2012, 9:45 pm

    yea