---
title: "Using HTML in image description"
canonical_url: https://support.digitalphotogallery.com/articles/article/d2969048-0c00-11e7-ac7e-6e427e8a5d79
short_url: https://dpg.support/aqyj
category: "Images > General"
locale: en
updated_at: 2017-03-18T17:56:31Z
source: Digital Photo Gallery Support
---

# Using HTML in image description

![](https://cache.media.digitalphotogallery.com/hyqelgcvfopo/images/1f41fbd6-0c00-11e7-9e63-02daa0202684/718_support.jpg?generated=20170318172940)
You can use HTML in the image description field. For example, to link to an external site use the following code:

```css 
[Link text here](https://www.google.com)
```
> 💡 **Tip:** When linking to an external website be sure that you enter full URLs including the http:// or https:// prefix.

![](https://cache.media.digitalphotogallery.com/hyqelgcvfopo/images/d8651308-0c02-11e7-b0f1-269460a4cb02/721_support.jpg?generated=20170318174709)

If you are linking to another page on your DPG site, you only need to include the part of the address after the / at the end of the domain name.

For example, to link to your blog page, you only need to enter /blog/:

```css 
[See more on my blog](/blog/)
```
