Peter
1
I created a table in an document with an overview and it looks fine like this:
when i’m looking in preview mode, it also looks fine:
but when I export the document then it doesn’t look fine anymore:
The second table is correct spread over the page width, but the first table not. Anyone knows why this is?
@Peter
Thank you for your question.
In order to spread table over the page width “+” should be used in code.
Example:
{% stripnewlines %}
| Header 1
| Header 2
{% newline %}
|--------
|--------{% ic %}#{% endic %}+
{% newline %}
| content
| content
{% endstripnewlines %}
Please let me know if this works.
Thanks.
Jelena
2 Likes
Peter
3
Thanks Jelena, that did the job (I should have of know this )
1 Like