Skip to main content
Known Participant
February 24, 2017
Question

'Image not found' in Code View, not the tooltip expected

  • February 24, 2017
  • 2 replies
  • 1979 views

Images in Code View: Tooltip reads, 'Image not found', despite path ok and image ok in Design view. In past version, hovering over the Code View img src path would show image height and width. Can anyone assist how to properly reattach the Code View path to restore the image size/width on hover?

Thank you.

This topic has been closed for replies.

2 replies

pziecina
Legend
February 24, 2017

Are your images stored on the local drive, in a defined site?

mbsunnyAuthor
Known Participant
February 24, 2017

Yes, the images are local and within the same defined site.

There is another posted question in this forum, Dec '16 with the same problem, no posted solution yet. Hence, I open it up again for assistance.

pziecina
Legend
February 24, 2017

Have you tried changing the file path, just to check if it is how code view is interpreting the file path?

The reason I ask, is that I think I remember having to delete the '/' from the beginning of the file path, to get it to work, so -

src="/images/Screen shot 2011-11-11 at 1.38.40 AM.png"

becomes

src="images/Screen shot 2011-11-11 at 1.38.40 AM.png"

BenPleysier
Community Expert
Community Expert
February 24, 2017

Dreamweaver does not react well when there are coding errors. Please check you code by going to The W3C Markup Validation Service

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
mbsunnyAuthor
Known Participant
February 24, 2017

W3 validation is too narrow to validate many many legitimate pages. We have worked hard on good clean code, W3 can't handle structured data, for example, so we hope its' validated-approval is not the gatekeeper.