Image submit button
-
Im trying to make the submit button for my search field an image, but its not showing the image, just the alt tag.
Here’s the code:
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> <div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /><p /> <div id="ssubmit"><input type="image" src="images/searchimg.jpg" border="0" alt="Submit" id="searchsubmit" /></div> </div> </form>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image submit button’ is closed to new replies.