網頁

2013年7月16日 星期二

Replace the Submit button with an Image

<input id="saveForm" class="button_text" type="submit" name="submit" value="{$button_text}" />
then change it to
<input id="saveForm" class="button_text" type="image" src="images/exec.png" name="submit" value="{$button_text}" />

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。