Linked Questions
37 questions linked to/from How do I make an html link look like a button?
-1 votes
1 answer
48 views
How to make my button shows in the buttom of the page the href?
Well , i got a button on this form echo " <td><form action='action.php' method='post'> <input type='hidden' id='itemid' name='itemid' value='". $row["name"] ."'/> ...
-1 votes
4 answers
79 views
Create button that functions like link and opens a new popup through a Javascript function
I have a JS function that creates a new popup window. function newTab(center, section, tab) { currentItem.numWindows += 1; var title = "Window #" + currentItem.numWindows; var tabsObject =...
0 votes
1 answer
64 views
how to handle buttons on a page?
I am newbie in php.I don't know how to handle buttons on a page. I have 4 button: insert,update,del,select( view all record of table on database). I want update,del,select button go to 3 other pages. ...
-2 votes
3 answers
54 views
This tags HTML don't work on IE and Mozilla
I try this html code on Google Chrome and works. But on Mozilla and IE11 don't works link. Why? Thanks all <button> <span> <a href="/home">Home</a> </span> </...
0 votes
1 answer
38 views
links are not working in mozilla and IE
I am trying to attach a button to link, the link is working fine in google chrome, but its not working in IE and mozilla, is there anything to do about it. <button class="button1"><a href=...
0 votes
1 answer
26 views
Link extends to width when centering element
I have a button which has a link like so: <a href="/"> <button style="margin: 0 auto; display: block;">Link</button> </a> As you can see, I have centered the button. However,...
0 votes
2 answers
31 views
Trying to style link with class
I have about 100 buttons in my website, all using JavaScript onclick method. I want to replace them all with regular <a href> links for SEO purposes. I made new class called button_seo with the ...