• I’m looking for a way to put multiple bullet list next to each other in a post instead of having a long running list with bullets. Is there away to do this? I can’t seem to figure it out.

    Thanks

Viewing 1 replies (of 1 total)
  • If you are talking about multiple lists, just wrap each list in its own div.

    <div style="float: left;">
    List 1.
    </div>
    <div style="float: left;">
    List 2.
    </div>

    If it is a single list and is unordered, you can break it up into separate lists and just wrap each one to achieve the look you want without getting into anything too serious with coding.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Bullet list next to each other?’ is closed to new replies.