Page 1 of 1

HTML - corresponding table tags

Posted: Mon Jan 14, 2002 2:41 pm
by Markus
Is it possible to find in an HTML source the corresponding html-tags automatically??

Background:

I often have some nested html-tables and I need to find the corresponding
ending tags
e.g. the first <table> and last </table> - tag.

<table> <-----
<tr>
<td> <table><tr><td> bla </td></tr></table>
</td>
</tr>
</table> <------


Is this possible?? Often I need this to know, to check if I have forgotten some
tags at the end of some nested tables.

Cheers,

Markus

Re: HTML - corresponding table tags

Posted: Wed Jan 16, 2002 1:03 am
by Jeff Epstein
This is a good, simple, useful idea.

Submit it to support@textpad.com as an official enhancement request. It doesn't seem to be something to difficult to make a reality.