June 23, 201016 yr I'm trying to modify a form. <input type="image" class="view" src="../images/viewItem.gif" name="submit" alt="PayPal - The safer, easier way to pay online."/> Instead of clicking on an image I would just like to use a label(text) for the same job. How can I do this? Kind regards Teresa Harrison
June 24, 201016 yr Does the normal value="..." type="submit" not work? (That should show the text in the submit button. Is that what you want?) <input type="submit" class="view" name="submit" value="PayPal - The safer, easier way to pay online."/>
Create an account or sign in to comment