Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

johnbro23

macrumors 6502a
Original poster
Apr 12, 2004
770
0
Pittsburgh, PA
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>
<tr>
<td>
<table>
<tr>
<td>
</td>​
</tr>​
</table>
</td>​
</tr>​
</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.
 
johnbro23 said:
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>
<tr>
<td>
<table>
<tr>
<td>
</td>​
</tr>​
</table>
</td>​
</tr>​
</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.
Not sure about text wrangler, but I know textmate does it. It's a very basic features so I'm guessing text wrangler (or maybe only bbedit) would have that feature.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.