HI ALL!! I need a little help placing a search form right below my logo. The logo is very top left header http://thecount.com "thecount celebrity mash up"
I wanna put my search form right below that.
here is my search code:
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>">
<fieldset>
<label for="s">
<?php bloginfo('none'); ?>
<?php _e('','mtsgossip'); ?>
<input type="text" size="20" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="<?php _e('Search','mtsgossip'); ?>" />
</label>
</fieldset>
</form>
Please be as detailed as poss (i.e. "put this bit in the style.css dummy" I am struggling with the learning curve here :)>
Count
thecount.com