mattm1712 Posted September 24, 2010 Share Posted September 24, 2010 hi i want to have text instead of a button or text field, thats just says login(link a link) <input type='button' name='loginsubmit' value='Login'> thats what have have but just want text that says Login Quote Link to comment Share on other sites More sharing options...
shutat Posted September 26, 2010 Share Posted September 26, 2010 You can use styling properties to alter the appearence of the button. <input style="background-color: same as default background; color: desired text color; border: 0px" ...> Not sure how you would go about passing input using a hyperlink alone. Quote Link to comment Share on other sites More sharing options...
haku Posted September 26, 2010 Share Posted September 26, 2010 Forms should always have a submit button, but if you are dead set on using an anchor tag, you can make it act like a submit button by using some javascript. Users on non-javascript enabled devices won't be able to use your form though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.