Skip to main content
Participant
June 1, 2017
Answered

Sugestão de código no Dreamweaver CC 2017

  • June 1, 2017
  • 1 reply
  • 389 views

Sugestão de código não funciona DW

Inserindo uma imagem pela tag img ao digitar os atributos width e height em uma das tags o Dreamweaver não sugeriu o código.  0:49 segundos. By inserting an image by img tag when entering the width and height attributes in one of the tags Dreamweaver did not suggest the code. 0:49 seconds.

This topic has been closed for replies.
Correct answer Jon Fritz

I have the same issue here in CC2017.1.

There is an annoying work-around for that particular bug...

1. Add a space just before the ending /> of the image, or delete the /> all together...

<img src="yourImage.jpg" />

or

<img src="yourImage.jpg"

2. Place your cursor just after the closing quote of the source attribute...

<img src="yourImage.jpg"| />

or
<img src="yourImage.jpg"|

3. Press Spacebar again and start typing, the code hinting will turn on again.

1 reply

Jon Fritz
Community Expert
Jon FritzCommunity ExpertCorrect answer
Community Expert
June 1, 2017

I have the same issue here in CC2017.1.

There is an annoying work-around for that particular bug...

1. Add a space just before the ending /> of the image, or delete the /> all together...

<img src="yourImage.jpg" />

or

<img src="yourImage.jpg"

2. Place your cursor just after the closing quote of the source attribute...

<img src="yourImage.jpg"| />

or
<img src="yourImage.jpg"|

3. Press Spacebar again and start typing, the code hinting will turn on again.