Skip to main content
Participant
February 28, 2017
Answered

Auto adding > character at the end of code

  • February 28, 2017
  • 1 reply
  • 371 views

Every time I open my html file to edit code, it is always adding extra '>' character at the end of my code.

Like this:

</body>

</html>>>>

When I removed the extra '>' and run the code on my machine it is working well. The extra '>' will only added when I re-open the file in Dreamweaver 2017 CC.

What would be the possible cause of this? My code or the editing tool?

Here is my html sample code: https://jsfiddle.net/byz56k25/

Thank you!

This topic has been closed for replies.
Correct answer BenPleysier

Problems with Dreamweaver are often caused by code errors.

With regard to the above:

An HTML comment begins with <!–– and the comment closes with ––>

Please come back if the problem still exists after you have rectified the comments

1 reply

BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
February 28, 2017

Problems with Dreamweaver are often caused by code errors.

With regard to the above:

An HTML comment begins with <!–– and the comment closes with ––>

Please come back if the problem still exists after you have rectified the comments

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

Thank you..