How do I control the size of my search form?
-
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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I control the size of my search form?’ is closed to new replies.