# Global Warning Image but add a url

**URL:** <https://meta.discourse.org/t/global-warning-image-but-add-a-url/207892>\
**Category:** Support\
**Created:** [November 1, 2021, 8:39pm UTC](https://meta.discourse.org/t/global-warning-image-but-add-a-url/207892 "2021-11-01T20:39:52Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![Marky\_Mark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marky_mark/32/221609_2.png) [@Marky\_Mark](https://meta.discourse.org/u/Marky_Mark)\
**Post date:** [November 1, 2021, 8:39pm UTC](https://meta.discourse.org/t/global-warning-image-but-add-a-url/207892/1 "2021-11-01T20:39:53Z")

</div>

HI  
I have made a image for my global warning and converted it to hmtl and now is diaplayed at the top of the page ,but how do i add a link to that image so when some one in the forum click on the image it wil take them to the path.

Thank you

---

<div class="post-metadata">

**Author:** ![keegan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/keegan/32/383395_2.png) [@keegan](https://meta.discourse.org/u/keegan)\
**Post date:** [November 1, 2021, 9:13pm UTC](https://meta.discourse.org/t/global-warning-image-but-add-a-url/207892/2 "2021-11-01T21:13:43Z")

</div>

You can surround the image with an [anchor tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) and put the url inside the `href` attribute.

For example:

```handlebars
<a href="https://enteryoururl.com">
   <img src="yourimage.png" alt="your image">
</a>

```

---

<div class="post-metadata">

**Author:** ![Marky\_Mark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marky_mark/32/221609_2.png) [@Marky\_Mark](https://meta.discourse.org/u/Marky_Mark)\
**Post date:** [November 1, 2021, 9:15pm UTC](https://meta.discourse.org/t/global-warning-image-but-add-a-url/207892/3 "2021-11-01T21:15:41Z")

</div>

> [@keegan](#):
>
> `<a href="https://enteryoururl.com">`

Thank you ill give this ago 🙂

---

<div class="post-metadata">

**Author:** ![Marky\_Mark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marky_mark/32/221609_2.png) [@Marky\_Mark](https://meta.discourse.org/u/Marky_Mark)\
**Post date:** [February 6, 2022, 9:09am UTC](https://meta.discourse.org/t/global-warning-image-but-add-a-url/207892/4 "2022-02-06T09:09:07Z")

</div>

HI sorry to trouble you,just looking for some help.I have been using Global Warnings for images as i have converted them to html format,and all has been well ,but now the image on Pc shows oversized and also mobile its over sized and stretches of the screen.  
Ive used tge same online converator from jpeg to Html,but now having issue just wondering if somthing has changed on the site

Kind regards Mark
