Skip to main content

I'm attempting to embed an image in my HTML page, but it's not showing up. I've checked the file path, and it seems correct. Below is the code I'm using. Any insights on why the image isn't displaying as expected?"

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Woes</title>
</head>
<body>

<h1>My Webpage</h1>

<img src="images/my-image.jpg" alt="My Image">

</body>
</html>

Hi @khanzain,

I just checked the code for errors in an online validator and it seems valid. 

I can provide you with this link to our Help Center article, outlining the Career page design: 

In the event that other Community members are unable to help, I would invite you to create a support request via Help & Feedback.

Help & Feedback > Browse for help > Contact us

Be aware that only Account Owners can contact our Support Team. In case you are not registered as such, please contact your colleagues in the role, or add this information to your account. You can find out how here.

I wish you a lovely day. 😀

Best,

Steve


Your reply