Hello,
I want to put a search box into a page and style it to look really good.
I have used this code to bring up the search box;
<form id="searchform" action="?php bloginfo('url'); ?" method="get">
<div style="text-align: center;"><input id="s" class="text" name="s" type="text" value="" />
<input class="submit button" name="submit" type="submit" value="Search" /></div>
</form>
However, this search box is very ugly.
Can you please provide some styling css so i can achieve an appearance like any of the attached images?
Your help is very much appreciated.
Kind regards,
George