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
HTML - corresponding table tags
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Jeff Epstein
Re: HTML - corresponding table tags
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.
Submit it to support@textpad.com as an official enhancement request. It doesn't seem to be something to difficult to make a reality.