# Horizontal DL?

**URL:** https://forum.kirupa.com/t/horizontal-dl/244398
**Category:** web dev
**Created:** [November 17, 2007, 12:23pm UTC](https://forum.kirupa.com/t/horizontal-dl/244398 "2007-11-17T12:23:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Abus](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/abus/32/930_2.png) [@Abus](https://forum.kirupa.com/u/Abus)
#### Post date: [November 17, 2007, 12:23pm UTC](https://forum.kirupa.com/t/horizontal-dl/244398/1 "2007-11-17T12:23:24Z")

</div>

When we use

```auto

display:inline

```

with UL or OL we get a horizontal list but It does not work for DL.

Current solution I use is opening multiple DL tags and giving them a width and float:left.

Does anyone know a more proper way?
