Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Link in Button

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi there,

I make use of the inbuilt class btn btn-warning. I got some text inside the button all fine. Then I tried to add a link like this:

<button class="btn btn-warning">some text <br><br><a target="_blank" href="/spenden.html">some text</a></button>

The button with its content is perfectly displayed. Only that I cannot click on the link. Only the button changes color.

Any hint how to get it to work?
Thanks!
  • MaMuster's Avatar
  • MaMuster
  • LIfetime Developer - Big Bamboo
  • 329 posts
  • 10 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi there,

Try just using an href

eg <a href="#" class="btn btn-warning">Text</a>

Cheers
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers