The document formatting seems to be behaving a little weird.
A <td><table>…</table></td> construct is formatted so that the <td> start tag is indented at the same level as the nested <table>. Similarly, when a <table> is nested in a <form>, the same thing happens. I’m not sure if this happens no matter where <table> is nested. I would like it indented as a child, wherever it is a child.
In addition, I cannot find how to control the indent size. It seems to be indenting using a tab or 4 spaces, which happens to be the indent size for my Java source code. I would like my HTML and XML documents to indent with 1 space at each level in the document hierarchy. Is there a preference setting to control this?
Ben