Skip to main content
Participant
November 22, 2016
Answered

Auto adding ">" after </html> tag

  • November 22, 2016
  • 1 reply
  • 249 views

I am developing a static website and running it locally. Now I am confused.. after saving the html file, run it on my browser. And then going back again to the code the end of my code has ">" after the </html> tag like this (</html>>>>). I tried to remove it and save again but it always comeback! Any help?

I am using Dreamweaver CC version 13.2 Build 6466.

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

Do you have any other code errors before the ending html tag?

DW's code completion tool can get confused by code errors. Run the validator under File > Validate > Validate current document or go to http://validator.w3.org/nu to get a listing. Clean up any issues you find and see if it keeps happening.

If it does, I'd go with restoring preferences to see if it clears out the odd behavior: Unusual behavior in Dreamweaver? Try restoring preferences.

1 reply

Jon Fritz
Community Expert
Jon FritzCommunity ExpertCorrect answer
Community Expert
November 22, 2016

Do you have any other code errors before the ending html tag?

DW's code completion tool can get confused by code errors. Run the validator under File > Validate > Validate current document or go to http://validator.w3.org/nu to get a listing. Clean up any issues you find and see if it keeps happening.

If it does, I'd go with restoring preferences to see if it clears out the odd behavior: Unusual behavior in Dreamweaver? Try restoring preferences.

xkevinAuthor
Participant
November 23, 2016

Thank you.. I just reset the preferences. And the code(format) works well now.