Search button to image
-
I know how to do this in 1.2 thanks to Podz’s tutorial. However, the sarch code is different for 1.5
Could anyone post a solution on how to convert the search button to an image on 1.5 in particular to this piece of code?
‘
<form style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;” id=”searchform” method=”get” action=”<?php bloginfo(‘url’); ?>”>
<div class=”sidebartitle”>Search</div>
<p style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;”><input type=”text” class=”input” name=”s” id=”search” size=”15″ />
<input name=”submit” type=”submit” tabindex=”5″ value=”<?php _e(‘GO’); ?>” />
</form>’
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Search button to image’ is closed to new replies.