# Use Case: How to edit images within a HTML email template?

In some cases, organizers would like to use their own email templates that have already been built. This can be done by embedding the HTML code into our email editor. However, if there are images within the HTML code, it might not be shown. Please follow the steps below to ensure that the images can be shown accordingly.

## Example Of Image Error

![](/files/uno9dw08I7QpCCipnPyw)

## Steps To Ensure Image Can Be Seen

1. Drag and drop the **Image** content block and input the image that cannot be seen on the email.\
   ![](/files/zns8GJC8X1stC0oIyd42)
2. Copy the image URL after importing the picture into the email template.\
   ![](/files/YL5NQuNapZ8Vv5egeNq0)
3. Open your HTML file using an editor. For eg; Notepad. Search for "**\<img**" and replace the image source. To do so, paste the copied link into the section as shown below.\
   **Note:** Only replace the section as shown in yellow (src="images/...")
4. Before replacing the image source\
   ![](/files/q2FpuQO2l1Y07YrWfc6O)
5. After replacing the image source\
   ![](/files/zpBeHKyqD1wZvifZAM8I)
6. Repeat the process to replace images that cannot be seen.
7. Once done, copy the entire HTML code, drag & drop the HTML content block into the email template and paste the HTML code into it.\
   ![](/files/q2lDkkrW3w0gKaIV0bB9)\
   ![](/files/oqfmbRG6yvG5dNZw8ULx)\
   **Note:** If you would like to remove the default content within the email template, simply click on the block and delete it.\
   ![](/files/qpU8tHB0ofrDVj9dtSoB)
8. Once the all the image sources have been replaced, the images will be visible.\
   ![](/files/TlSkoa2Zd2m57U2K8hv6)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eventx-hq.gitbook.io/knowledge-base/outreach-channel/email-use-cases/use-case-how-to-edit-images-within-a-html-email-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
