Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

110
Views
Insert image using html

I have an image located in here D:\clone4\java-security-service\src\main\resources\images and I want to add it to my html page, but it doesn't seem to work. I tried many ways like:

<img style="max-width: 170px;" src="./images/piechart.jpg" alt="pie-chart"> 

but I get nothing. My Html file is located inside a java project. I'm open to suggestions.

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

Use Absolute path, not the Relative one. So give the whole path since both locations of HTML file and image are from different folders. Give src attribute: D:\clone4\...\images But Try using forward slashes instead of backslashes and prepend with file://, So the link would be like

C:/clone4/.../images/piechart.jpg

about 4 years ago · Juan Pablo Isaza Report

0

Open the image in your web browser. Then copy the path and add it to attribute src of img src location looks like this file:///D:/clone4/.../images/piechart.jpg

about 4 years ago · Juan Pablo Isaza Report

0

src="./images/piechart.jpg"

Try moving the jpg into the same folder where html file located. Then remove the path and put is as just

src="piechart.jpg"
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!