Copy link to clipboard
Copied
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!
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Thank you..
Find more inspiration, events, and resources on the new Adobe Community
Explore Now