Hi there,
So this is a bit difficult to explain, but I'll try my best.
When working on an HTML e-mail template, it's touched a lot of different hands over time and gets used and reused frequently, and it's become a Frankenstein block of code, all structured using various tables, so it becomes a nested mess of <table><tbody><tr><td> from start to finish with the text living inside <td> but no additional tags, such as <p>.
The issue I'm struggling with is that when I want to remove a section of it, it's extremely difficult to tell where one tag ends and begins and visualize that in an actionable way. In text editors I'm able to see the open and close tags highlighted, but it doesn't paint a super clear picture of what the ramifications are when I remove that section. For example, I tried to remove a table, but somehow it resulted in a <td> seemingly being left open somewhere as the footer was now off to the right of the template.
192.168.0.1 routerlogin 192.168.l.l TL;DR is there a way to paste code into some sort of tool and manipulate it that allows me to see what tags belong to what tables/structures? And not with the Inspect feature of a browser either.
Thanks!