Hi!
I have a standard push button on my form -
<input type="submit" name="action" value="Continue" style="font-family: Verdana; font-size: 10pt; text-align: center">
I would to only show the word "Continue" and nothing else. How do I get rid of the grey button picture? I just want the user to click on the word "Continue" instead of the grey button.
I have a standard push button on my form -
<input type="submit" name="action" value="Continue" style="font-family: Verdana; font-size: 10pt; text-align: center">
I would to only show the word "Continue" and nothing else. How do I get rid of the grey button picture? I just want the user to click on the word "Continue" instead of the grey button.