-1

The site is running on Joomla + Seblod CCK. The HTML buttons (Post Individual and Post Company) won’t work on Internet Explorer browser. See URL Here I tested this on both Windows 8.1 and 10, and neither worked. However, this same buttons work fine on other browsers.

Here goes the minimal HTML/Bootstrap code:

<center><p><a href="index.php/individual-form">
<button class="btn btn-danger btn-responsive" type="button">Post Individual</button></a><a href="index.php/company-form">
<button class="btn btn-danger btn-responsive" type="button">Post Company</button></a></p></center>
TylerH
  • 20,799
  • 66
  • 75
  • 101
Umar Yusuf
  • 926
  • 2
  • 13
  • 30
  • Have a look at [this question](http://stackoverflow.com/questions/802839/button-inside-of-anchor-link-works-in-firefox-but-not-in-internet-explorer) – Quantumplate Dec 02 '15 at 06:27
  • Ok, thanks for the link it was helpful. – Umar Yusuf Dec 02 '15 at 19:31
  • Does this answer your question? [Button inside of anchor link works in Firefox but not in Internet Explorer?](https://stackoverflow.com/questions/802839/button-inside-of-anchor-link-works-in-firefox-but-not-in-internet-explorer) – TylerH Jul 13 '22 at 19:14

1 Answers1

-1

The post on this question helped.

Since I got bootstrap on the site, the code below did the magic

<a href="link.com" class="btn" >Checkout</a>

Thanks

Community
  • 1
  • 1
Umar Yusuf
  • 926
  • 2
  • 13
  • 30