# Button instead of hyperlink

**URL:** https://meta.discourse.org/t/button-instead-of-hyperlink/340849
**Category:** Support
**Created:** [December 6, 2024, 9:03am UTC](https://meta.discourse.org/t/button-instead-of-hyperlink/340849 "2024-12-06T09:03:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Helga\_Razinkova](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/helga_razinkova/32/249626_2.png) [@Helga\_Razinkova](https://meta.discourse.org/u/Helga_Razinkova)
#### Post date: [December 6, 2024, 9:03am UTC](https://meta.discourse.org/t/button-instead-of-hyperlink/340849/1 "2024-12-06T09:03:52Z")

</div>

Hi community,

Does anyone know how to make a button instead of just a hyperlink, like this?

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/f/4/8f49403cf6f2e2e1a57334caa7b9e8fdeca43da1.png)

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [December 6, 2024, 9:11am UTC](https://meta.discourse.org/t/button-instead-of-hyperlink/340849/2 "2024-12-06T09:11:57Z")

</div>

In a post?

**Like this?**

You can create a linked text like you usually do with Markdown  
`[Like this?](discourse.example.com)`

And then you can add `<kbd>` before that and `</kbd>` afterwards.

Seems like the text in your example is also bold, so in the end you would have something like

```plaintext
<kbd>**[Sign me up](yourlink)**</kbd>

```

**Sign me up**

---

<div class="post-metadata">

### Author: ![Helga\_Razinkova](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/helga_razinkova/32/249626_2.png) [@Helga\_Razinkova](https://meta.discourse.org/u/Helga_Razinkova)
#### Post date: [December 6, 2024, 9:19am UTC](https://meta.discourse.org/t/button-instead-of-hyperlink/340849/3 "2024-12-06T09:19:37Z")

</div>

Awesome, thank you so much!!

Tweaked it a bit to make it open in a new tab:

```plaintext
<kbd><a href="yourlink" target="_blank">Sign me up</a></kbd>

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [January 5, 2025, 9:20am UTC](https://meta.discourse.org/t/button-instead-of-hyperlink/340849/4 "2025-01-05T09:20:14Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
