Copy link to clipboard
Copied
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.
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thank you.. I just reset the preferences. And the code(format) works well now.