# Alignment in export

**URL:** https://community.silverfin.com/t/alignment-in-export/2089
**Category:** Exports
**Created:** [May 6, 2021, 3:36pm UTC](https://community.silverfin.com/t/alignment-in-export/2089 "2021-05-06T15:36:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Peter](https://avatars.discourse-cdn.com/v4/letter/p/278dde/32.png) [@Peter](https://community.silverfin.com/u/Peter)
#### Post date: [May 6, 2021, 3:36pm UTC](https://community.silverfin.com/t/alignment-in-export/2089/1 "2021-05-06T15:36:34Z")

</div>

I created a table in an document with an overview and it looks fine like this:  
 ![image](https://canada1.discourse-cdn.com/flex030/uploads/getsilverfin/original/2X/e/e835ef3f1787f8137117bae0fb966f9d5130ab5a.png)

when i’m looking in preview mode, it also looks fine:

 ![image](https://canada1.discourse-cdn.com/flex030/uploads/getsilverfin/original/2X/f/f73432f9087a658709a8013b8d4e0cec7243af23.png)

but when I export the document then it doesn’t look fine anymore:  
 ![image](https://canada1.discourse-cdn.com/flex030/uploads/getsilverfin/original/2X/7/7f8a951d90030c527da4362a8ad1c8892b35ea34.png)

The second table is correct spread over the page width, but the first table not. Anyone knows why this is?

---

<div class="post-metadata">

### Author: ![Jelena\_Sutova](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/jelena_sutova/32/599_2.png) [@Jelena\_Sutova](https://community.silverfin.com/u/Jelena_Sutova)
#### Post date: [May 6, 2021, 4:17pm UTC](https://community.silverfin.com/t/alignment-in-export/2089/2 "2021-05-06T16:17:00Z")

</div>

@Peter

Thank you for your question.

In order to spread table over the page width “+” should be used in code.  
Example:

```auto
{% stripnewlines %}
| Header 1
| Header 2
{% newline %}
|--------
|--------{% ic %}#{% endic %}+
{% newline %}
| content
| content
{% endstripnewlines %}

```

Please let me know if this works.

Thanks.  
Jelena

---

<div class="post-metadata">

### Author: ![Peter](https://avatars.discourse-cdn.com/v4/letter/p/278dde/32.png) [@Peter](https://community.silverfin.com/u/Peter)
#### Post date: [May 7, 2021, 6:15am UTC](https://community.silverfin.com/t/alignment-in-export/2089/3 "2021-05-07T06:15:19Z")

</div>

Thanks Jelena, that did the job (I should have of know this ) 😊
