Copy link to clipboard
Copied
Hello,
I have an HTML page that I am assuming has an erroneous piece of code inserted.
The issue is that when I edit this page, after saving and opening this page back up (local), it appends chevron characters to the very bottom (after </html> tag).
I have taken a look inside the page, and I cannot seem to discover the issue. Any suggestions?
Thanks.
Lenny
Copy link to clipboard
Copied
You probably have orphaned tags elsewhere in your code that Dreamweaver is attempting to resolve.
Validate code and fix reported errors.
Window > Results > Validation... check document.
Or use the online validation services below.
HTML - https://validator.w3.org/
CSS - https://jigsaw.w3.org/css-validator/
Copy link to clipboard
Copied
Thank you, Nancy for the advice. I did clean up a lot of the the tags, removing '/' occurences, yet I still have an issue with the appending chevrons.
Will keep digging.
Thanks again, Lenny
Copy link to clipboard
Copied
We would need to see your code.
Post a URL to your problem page online.