# A little HTML help please! 🙏

**URL:** https://community.glideapps.com/t/a-little-html-help-please/22336
**Category:** Ask for Help
**Created:** [February 6, 2021, 7:05pm UTC](https://community.glideapps.com/t/a-little-html-help-please/22336 "2021-02-06T19:05:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![drascon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drascon/32/20070_2.png) [@drascon](https://community.glideapps.com/u/drascon)
#### Post date: [February 6, 2021, 7:05pm UTC](https://community.glideapps.com/t/a-little-html-help-please/22336/1 "2021-02-06T19:05:06Z")

</div>

I cannot, for the life of me, figure out how to remove the space after this style tag:

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/8/48dedf1dc8c12231d939e5726bb07b49e6af9737.png)

Here’s the code:

`<b>Administration following the patient’s use of a PDE5 inhibitor (ex: Cialis / tadalafil, Levitra / vardenafil, Stendra / avanafil or Viagra / sildenafil) requires a base hospital physician order <p style="color:red">(BHPO)</p></b>`

Someone - anyone - please help!

Thank you!

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [February 6, 2021, 7:21pm UTC](https://community.glideapps.com/t/a-little-html-help-please/22336/2 "2021-02-06T19:21:15Z")

</div>

The `p` tag means `paragraph`. Try the `span` Tag instead.

---

<div class="post-metadata">

### Author: ![drascon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drascon/32/20070_2.png) [@drascon](https://community.glideapps.com/u/drascon)
#### Post date: [February 6, 2021, 7:35pm UTC](https://community.glideapps.com/t/a-little-html-help-please/22336/3 "2021-02-06T19:35:36Z")

</div>

**YES!!!**

Thank you @david

---

<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:53pm UTC](https://community.glideapps.com/t/a-little-html-help-please/22336/4 "2024-01-17T16:53:31Z")

</div>


