Video search bar for your Blog/Site

Now you can include a simple search box on your website.

This will give your users the service of ClipCrawl.com right from your website!

You only need to paste this Html snippet to the place where you want your searchbox!

<form action="http://www.clipcrawl.com/search.php" method="get">
<input class="searchinput" type="text" name="search" /><input class="searchbutton" value="Search Movies!" type="submit" /> </form>

This is how the box will look like:

 

Too boring? Change appearance!

To change appearance you only need to add this CSS classes to your Css stylesheet and edit them with the usual Css tags:


input.searchbutton{
border: 0px;
}
input.searchinput{
}


Still not ok? Check out this CSS tutorial.

If you still have some questions left, contact us!

//Update:

We’ve changed the form to a get method because some people were experiencing problems with the post method.


Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*