How can I add a background image on my Search Form?
-
Hi,
Really simple, I am trying to add and image behind the “Search” form on my sidebar widget but do not know how.
This is the existing Search form code:
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>"> <input type="text" class="searching" value="<?php the_search_query(); ?>" name="s" id="s" /><input class="submit" type="submit" value="<?php _e('Search Now', 'theme1955'); ?>" /> </form>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
The idea is for the search form to look more stylish and not just a simple bar.
Many thanks in advance.Pablo
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How can I add a background image on my Search Form?’ is closed to new replies.