# Advanced styling topics

## Left-indentation within tables

Within a table cell, Clause9 will calculate the left-indentation of paragraphs in such way that the upper paragraph gets flushed to the left, to avoid that table cells contain unnecessary spacing at the left side.

For example, with the default styling, headings at subsequent levels will get indented.

<figure><img src="/files/fQHNhIHnasIFBGQ0rRU0" alt=""><figcaption></figcaption></figure>

Now assume that you add a sub-clause that contains a table with further sub-headings. Without special precautions, this would be printed as follows:, where *Delta* and *Epsilon* will get indented within the table cell, due to their style’s left indentation:

<figure><img src="/files/1v9y9pePDhAQv2eUBQxz" alt=""><figcaption></figcaption></figure>

This is almost never what you want in a contract, because this will create large gaps at the left side of each table cell. Clause9 will therefore reduce the left indentation of each paragraph within the table cell by an amount that is equal to the left indentation of the “highest” heading within the table cell (*i.e., Delta* in the above screenshot). Accordingly *Delta* will have no indentation any more, while *Epsilon*‘s indentation will be reduced by the original indentation of *Delta*:

<figure><img src="/files/Jwys4v0lOpdgk2GhoKyG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In general you should avoid using numbers in tables. As the above description illustrates, this can get complicated and unpredictable very fast. (For example, assume you have a 4×4 table in which you put a numbered heading in each of the 4 cells. What should the number of the lower left cell be: 2 or 3? — i.e. should the numbering be left-to-right or top-to-bottom?)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.clause9.com/styling/advanced-styling-topics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
