I have this code for my search bar:
<!--create the searchfield-->
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>">
<fieldset><label for="s"><?php bloginfo('name'); ?> <?php _e('search','mtsjourney'); ?>
<br /><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','mtsjourney'); ?>" /></label>
</fieldset></form>
<!--searchform.php end-->
I want to change the text size, and the size of the search bar. How do I do that?
Also my site is BrittanyWigand.com... how do I get rid of the text above my search bar that says "brittanywigand.com search"?
Thanks!
<333333333333333333
xoxoxoxoxoxoxoxoxo