0
How can insert my link in a a box so that it will look like a button in html or css?
I want to create a login button so I need the code to insert the link in box
4 Respostas
+ 3
You can try to set the anchor (hyperlink) style to have a surrounding border by setting up border and margin in CSS. But I'm not sure how to submit login info this way. Most probably you'd need to code js to handle click event so to submit form data.
+ 3
<input type="submit" value="login" /> makes a submit button. you can change the value to submit, login etc.
+ 3
you have to learn php to make it work as far as i know :( the login button in just html and css will only appear like a login button for now, without php i don't think its possible.
0
but how can I insert link in that button