Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] Search bar



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Zyon

Zyon
Punbb Guru
Punbb Guru
Details:
Hello

I need just simple search bar with input and search button line one on forumotion support forum without effects...

Can you give me code?

Thanks

Your Forum Address:
www.forum-help.com

Forum Version:
PunBB

Powered by PunBB
Currently 0 users have thanked Zyon for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
This is the plain example of search box without any styling nor effect.

Code:
[panda=html]<div id="search-box">

    <form id="search" action="/search?search_where=11" method="get">
        <p class="nomargin">
            <input id="keywords" class="inputbox search" type="text" onblur="if (this.value == '') this.value = 'Search...';" onclick="if (this.value == 'Search...') this.value = '';" value="Search..." maxlength="128" name="search_keywords"></input>
            <input class="button2" type="submit" value="Search"></input>
        </p>
    </form>

</div>

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  Zyon

Zyon
Punbb Guru
Punbb Guru
Thanks, solved

Powered by PunBB
Currently 0 users have thanked Zyon for this post:

4
Offline

  Guest

Anonymous
Guest
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Guest for this post:

5
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum