# How to structure text

**URL:** https://community.glideapps.com/t/how-to-structure-text/30848
**Category:** Ask for Help
**Created:** [August 23, 2021, 4:50pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848 "2021-08-23T16:50:28Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 4:50pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/1 "2021-08-23T16:50:28Z")

</div>

My app has a news section. Editors are supposed to submit news via a form. I used separate entry text fields for Headline and Main Text (Details). It works fine, however, some of theses articles in the Details column are quite long and it’s pretty hard to read them on a mobile phone without any paragraphs. How can I structure my text?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 23, 2021, 5:45pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/2 "2021-08-23T17:45:10Z")

</div>

A rich text component is usually better at displaying lengthy text like that and it most cases, should respect text typed in paragraphs. Have you tried a rich text component to display the Main Text? Otherwise, you can also inject html tags like `<p>` or `<br>` for paragraph or line breaks.

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 5:47pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/3 "2021-08-23T17:47:08Z")

</div>

Tried all of that. I converted the text field in the table into a rich text field and tried adding   
. It looks the same, except now I have   
 written in my text…🥴

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 5:48pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/4 "2021-08-23T17:48:24Z")

</div>

\< br \> (it’s not showing in my reply)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 23, 2021, 5:48pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/5 "2021-08-23T17:48:37Z")

</div>

Can you show a screenshot? Setting the column type to Rich Text isn’t going to do much, but using a Rich Text component on the screen will.

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 5:51pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/6 "2021-08-23T17:51:34Z")

</div>

Ok, I’ll try replacing it in the form, but is this even possible? I would need a rich text entry field, and I only see a regular text entry field and a rich text component, which doesn’t seem suitable for users to fill in text.

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 5:58pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/7 "2021-08-23T17:58:25Z")

</div>

Can’t find a suitable component to replace it with. I guess this only works for detail screens?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 23, 2021, 6:00pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/8 "2021-08-23T18:00:22Z")

</div>

Shouldn’t matter. The user can enter text in a text component and you display it with a rich text component.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/3/23a081d3a85bcba7f429b5917aa1970fae47210a.png)

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 6:02pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/9 "2021-08-23T18:02:55Z")

</div>

But when I add a rich text component to the submission form, it is not visible to the user because the column is empty. 🤔

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 23, 2021, 6:06pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/10 "2021-08-23T18:06:48Z")

</div>

Why would you want a rich text component on the submission form? Just have the text entry and let the user type in their text with paragraph spacing. When you display the results later, you can show it via the rich text component.

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 6:07pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/11 "2021-08-23T18:07:19Z")

</div>

[This is the submission form](https://drive.google.com/file/d/1EVEizbTIzFHG6ttW2fO4rLLEc__fjcsk/view?usp=sharing), [these](https://drive.google.com/file/d/1hkhF4GYZkHP-8IcC7tC5_mtS12h2Lzes/view?usp=sharing) are the screen details, and [this](https://drive.google.com/file/d/1oAecFgQ6tC7draz-yQgJ3w9v72q9-qtT/view?usp=sharing) is the column in the table.

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 6:10pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/12 "2021-08-23T18:10:03Z")

</div>

This could work. Trying something…

---

<div class="post-metadata">

### Author: ![nikatronic](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nikatronic/32/29921_2.png) [@nikatronic](https://community.glideapps.com/u/nikatronic)
#### Post date: [August 23, 2021, 6:12pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/13 "2021-08-23T18:12:17Z")

</div>

Thank you! I had previously set the components to Data: Headline and then Details below. Now using separate components for each; headline & rich text.

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:50pm UTC](https://community.glideapps.com/t/how-to-structure-text/30848/14 "2024-01-17T16:50:50Z")

</div>


