5 Replies Latest reply: Jan 17, 2013 12:37 PM by thanser RSS

    Dreamweaver Doesn't Recognize IMG Tags

    thanser Community Member

      I have a gallery of images coded like this:

       

      <section id="content">

      <div class="prev"><a href="#" id="prev"></a></div>

      <div class="next"><a href="#" id="next"></a></div>

      <div id="gallery">

      <img src="portraits/image_1.jpg"  />

      <img src="portraits/image_2.jpg"  />

      <img src="portraits/image_3.jpg"  />

       

      </div>

      </section>

       

      I have to make changes to these galleries in code view, but if you select the individual image tag (in its entirety) Dreamweaver doesn't recognize or acknowledge this tag, nor does it show a preview of the image in the Properties window. 

       

      Why is this?  Is it the section tag that throws Dreamweaver off somehow? 

       

      I need to see which image is what, so I can delete or add images.  It's a pain, otherwise. I can't remember every file name!

       

      What's even more strange is, this bug seems to come and go.  Sometimes it shows a preview, but most of the time it will not.

       

      Anyone?