Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Inserted images on a .PHP do not display

New Here ,
Sep 11, 2020 Sep 11, 2020

I insert the following image on the page in the <body> section.

 

<img src="images/help/source_images/quotescreentest.jpg" width="670" height="588" alt=""/>

If I place my mouse pointer over the image name it displays the image in a pop up.  But on the screen it just display an outline in the size of the image with only a small image icon in upper left corner. 

Other images on the page are displayed although I used jquery to load them between <div> tags.  I even tried that but same results as just inserting on page.

247
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Sep 11, 2020 Sep 11, 2020

I actually discovered a missing image file that was put in the wrong
location. Once I placed it where it was supposed to be, it worked.

Thanks for responding.

[E-mail siganture removed by moderator.]

Translate
Community Expert ,
Sep 11, 2020 Sep 11, 2020

We may need to see more of your code.  Without seeing more, is your testing server running and are you using Live View so that your PHP script can execute to show you the images? And can we assume that if you preview in a browser that your script is executing correctly?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 11, 2020 Sep 11, 2020
LATEST

I actually discovered a missing image file that was put in the wrong
location. Once I placed it where it was supposed to be, it worked.

Thanks for responding.

[E-mail siganture removed by moderator.]

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines