I am having some problems with graphical submit buttons.
1. It seems that graphical buttons have to be last tag in the FORM element. Is this TRUE??? Has anyone experienced any problems with graphical submit buttons?
2. If I replace all SUBMIT buttons with graphical submit buttons, do I have to use <A>and <IMG> tags for regular buttons
viz... <input type=button name=back onclick=window.history.back()>
with graphics HAS TO become
<a href="#" onclick=window.history.back()><img src="button.gif" alt=back> </a>
Is there any other alternative?
Your inputs will be highly appreciated.
Thanks
Rakesh
1. It seems that graphical buttons have to be last tag in the FORM element. Is this TRUE??? Has anyone experienced any problems with graphical submit buttons?
2. If I replace all SUBMIT buttons with graphical submit buttons, do I have to use <A>and <IMG> tags for regular buttons
viz... <input type=button name=back onclick=window.history.back()>
with graphics HAS TO become
<a href="#" onclick=window.history.back()><img src="button.gif" alt=back> </a>
Is there any other alternative?
Your inputs will be highly appreciated.
Thanks
Rakesh