<script src="http://www.google.com/jsapi?key=API_KEY" type="text/javascript"></script>
An alternative to the widget, and something that works like the search function in the Blogger Navbar, would be to add an HTML/JavaScript gadget and write a little code of your own: <form id="search-this" action="BLOG_URL/search" style="display:inline;" method="get">
<input id="search-query" maxlength="255" name="q" size="19" type="text" />
<input id="search-btn" value="Search" type="submit" />
</form>
Should I feel inclined it’s an option that allows me to style the display to my own ‘taste’ but personally I prefer the output from the widget - when it works.
<input id="search-query" maxlength="255" name="q" size="19" type="text" />
<input id="search-btn" value="Search" type="submit" />
</form>
Errrrr... yes :-)
ReplyDelete