When I went into the XML editor of one of my topics, I found the text flow to be a mess. Let me demonstrate what I mean.
What normally looks like this:
Code: Select all
<table>
<tr>
<td>Data</td>
<td>Data</td>
</tr>
<tr>
<td>Data</td>
<td>Data</td>
</tr>
</table>
Code: Select all
<table><tr><td>Data</td><td>Data</td></tr><tr><td>Data</td><td>Data</td></tr></table>
Does anyone know of a Flare tool to clean up the presentation?
I'd rather not have to copy the code to another tool, clean it up there, and then re-import it into the document, but if I must, I must.
Thanks