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 Link to comment https://forums.phpfreaks.com/topic/214324-text-login/ 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. Link to comment https://forums.phpfreaks.com/topic/214324-text-login/#findComment-1115823 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. Link to comment https://forums.phpfreaks.com/topic/214324-text-login/#findComment-1115841 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.