Google Search Box BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Google Search Box BBCode

Post by BBCode Bot »

Google Search Box BBCode

The Google Search Box BBCode puts a Google Search Box in the topics of Your phpBB3 Board.
Image

BBCode:

Code: Select all

[googleSB][/googleSB]
HTML:

Code: Select all

<form method="get" action="http://www.google.com/search">
<fieldset>
<input class="inputbox search tiny" size="25" name="q" type="text" value="Google Search" onclick="if(this.value=='Google Search')this.value='';" onblur="if(this.value=='')this.value='Google Search';" />
<input class="btnlite button2" value="Search" type="submit" />
</fieldset>
</form>
Helpline:

Code: Select all

Google search box: [googleSB][/googleSB]
Example:

Code: Select all

[googlesb][/googlesb]
Demo:
[googlesb][/googlesb]
Locked