# Can I use custom HTML when targeting an inline list?

**URL:** https://community.glideapps.com/t/can-i-use-custom-html-when-targeting-an-inline-list/40129
**Category:** Ask for Help
**Created:** [March 27, 2022, 1:28am UTC](https://community.glideapps.com/t/can-i-use-custom-html-when-targeting-an-inline-list/40129 "2022-03-27T01:28:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jkinsey](https://avatars.discourse-cdn.com/v4/letter/j/74df32/32.png) [@jkinsey](https://community.glideapps.com/u/jkinsey)
#### Post date: [March 27, 2022, 1:28am UTC](https://community.glideapps.com/t/can-i-use-custom-html-when-targeting-an-inline-list/40129/1 "2022-03-27T01:28:11Z")

</div>

Is it possible to have custom HTML setup to target items in the inline list? I know you can target the background color or the text color, but is it possible for me to create more advanced HTML elements like tables or divs in each list item and be able to control certain aspects of it (such as color) like I can for text and background color. Here’s an example…

Thanks in advance!

```auto
<div style='background-color: #23a3aa; color: white; padding: 15px; border-radius: 18px; margin-left: -8px; margin-right: -8px;'>
<table>
<tr>
<td style='font-size: 22px;'>
Big Text!
</td>
</tr>
<tr>
<td style='font-size: 15px;'>
Smaller Text and a Dot!    
</td>
<td>
<div style='background-color: white; border-radius: 5px; height: 10px; width: 10px;'>
</td>
</tr>
</table>
</div>
</div>

```

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [March 27, 2022, 1:30am UTC](https://community.glideapps.com/t/can-i-use-custom-html-when-targeting-an-inline-list/40129/2 "2022-03-27T01:30:39Z")

</div>

possible… but hard

> **[Code BOOK - Desktop](https://code-book-desktop.glideapp.io/dl/ewAiAHQAIgA6ADIALAAiAHMAIgA6ACIAYwBsAGEAcwBzAC0AYwBvAGQAZQBzACIALAAiAHIAIgA6ACIAMABtAEoAbQBUAEoANgBpAFEAbABHADEAUQBTADAAbQB6AEQATgA1AE8AdwAiACwAIgBuACIAOgAiAEMAUwBTACAAYwBvAGQAZQAiAH0A/full)**
>
> share cool CSS, scripts and links
