How to create an easy to style Custom Blogger Search Form

The above form is styled using the default twitter Bootstrap 3 stylesheet. You can use this code to create your own easy to style Blogger Search Widget.
<form role="search" method="get" action="/search" class="form-inline"> <div class="form-group"> <input class="btn btn-default" id="submit" value="Search" type="submit" /> <div class="form-group"> <input id="searchBox" class="form-control" type="text" placeholder="Search" name="q"></input> </div> </div> </form>
Comments
Post a Comment