• <form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
    <div>
    <input type=”text” name=”s” id=”s” size=”15″ />
    <input type=”submit” name=”submit” value=”<?php _e(‘Search!’); ?>” />
    </div>
    </form>
    The search button looks like “Search!”. I was wondering, Can i replace that with a image?….
    I don’t want it to be value=”<?php _e(‘search!’); ?>..I want that to be a image.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Put Search! to image’ is closed to new replies.