I want a page that looks like this (obviously I'm dealing with much more complex examples)
<table>
<tr>
<td>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
...to look like this:
<table>
I currently use TextWrangler as my main text editor. Is that feature built into that program? I have 60 or so complex table inside a table inside a table (I know, its not the smartest way to code!) so I'm looking for an automated system to make everything look pretty.
<table>
<tr>
<td>
<table>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
...to look like this:
<table>
<tr>
</table><td>
<table>
</td>
</tr><table>
<tr>
</table><td>
</td>
</tr></td>
</td>
I currently use TextWrangler as my main text editor. Is that feature built into that program? I have 60 or so complex table inside a table inside a table (I know, its not the smartest way to code!) so I'm looking for an automated system to make everything look pretty.