# Is there a way to create links that open a new tab?

**URL:** https://meta.discourse.org/t/is-there-a-way-to-create-links-that-open-a-new-tab/203209
**Category:** Support
**Created:** [September 10, 2021, 9:49pm UTC](https://meta.discourse.org/t/is-there-a-way-to-create-links-that-open-a-new-tab/203209 "2021-09-10T21:49:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![debryc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/debryc/32/101652_2.png) [@debryc](https://meta.discourse.org/u/debryc)
#### Post date: [September 10, 2021, 9:49pm UTC](https://meta.discourse.org/t/is-there-a-way-to-create-links-that-open-a-new-tab/203209/1 "2021-09-10T21:49:57Z")

</div>

By default, clicking a link on our site opens the linked website in the same tab. Once in a while, however, we have a topic where we’d like links to open a new tab.

For example, here we have a topic that includes a list of things for users to do. It would make sense that any time they click on a link, they would open a new tab instead of navigating away from the list.

> **[Internal Comms Platforms Onboarding for New Organizers](https://hub.youthpowercoalition.org/t/internal-comms-platforms-onboarding-for-new-organizers/769/1)**
>
> Welcome to the team! 🎉 🤩 ❤ This document will onboard you onto YPC’s internal comms platforms so that you have the skills and tools needed to collaborate. At YPC we build-in-public so everyone knowing where to go for what communications is core...

Is there a way to individually set a link to open a new tab?

---

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [September 10, 2021, 10:26pm UTC](https://meta.discourse.org/t/is-there-a-way-to-create-links-that-open-a-new-tab/203209/2 "2021-09-10T22:26:42Z")

</div>

Yes, use html:

```plaintext
<a href="http://example.com/" target="_blank">Hello, world!</a>

```

[Hello, world!](http://example.com/)

---

<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: [October 10, 2021, 10:26pm UTC](https://meta.discourse.org/t/is-there-a-way-to-create-links-that-open-a-new-tab/203209/3 "2021-10-10T22:26:56Z")

</div>

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