Posted by jussij on 10/05/06 06:20
howboutafresca@hotmail.com wrote:
> Are there any WYSIWYG or other editors that allow me to
> select a <table> tag and then see the matching </table>
> tag?
FWIW the Zeus for Windows IDE can fold several HTML tags
including the <TABLE> and </TABLE>, provided the HTML
code is well formatted:
http://www.zeusedit.com/html.html
Basically given some HTML code as follows:
[-] <TABLE>
Any number of lines of HTML code
......
......
. </TABLE>
Zeus will folded this away to:
[+] <TABLE> ... </TABLE>
and if no matching </TABLE> tag is found it gets
folded away to this:
[+] <TABLE> ...
This feature can help when trying to locate matching tags ;)
Jussi Jumppanen
Author: Zeus for Windows
Note: Zeus is shareware (45 day trial).
Navigation:
[Reply to this message]
|