Phill Pafford
11-12-2006, 09:56 AM
Hi all,
Does Dreamweaver have an option to see if a tag is open or not?
example:
-This is correct, it closes all the tages.
<table>
<tr>
<td> </td>
</tr>
</table>
this is NOT correct, there is one tag open
<table>
<tr>
<td> </td>
</table>
does Dreamweaver have some sort of way to toggle between the open and closed tags to see if they are closed?
I know the VI editor does
Does Dreamweaver have an option to see if a tag is open or not?
example:
-This is correct, it closes all the tages.
<table>
<tr>
<td> </td>
</tr>
</table>
this is NOT correct, there is one tag open
<table>
<tr>
<td> </td>
</table>
does Dreamweaver have some sort of way to toggle between the open and closed tags to see if they are closed?
I know the VI editor does