Copy link to clipboard
Copied
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.
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.]
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.]