HTML - corresponding table tags

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Markus

HTML - corresponding table tags

Post 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
Jeff Epstein

Re: HTML - corresponding table tags

Post 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.
Post Reply