Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you provide the finished work? I’m trying to figure out something similar to this as well. Thanks!

    Forum: Plugins
    In reply to: [Simple Staff List] Table

    It’s great you created a resolution to it but it would be even better to share the solution in this thread for everyone else. Most of the examples I see want to use CSS to create multiple columns which wouldn’t work for this specific plugin.

    Thread Starter soulwake

    (@soulwake)

    Well I decided to look at it from a different angle. Instead of trying to manipulate the table itself I decided to manipulate the text. I used a span tag and the style “display:inline-block” to get the text to create it’s own new paragraph. After doing more research on how the display:block tag works at W3C (W3.org) I found that tables given the “display:inline-block” tag simply ignore it while text is affected by it. So my code looked like this:

    <span style=”display: inline-block;”>PARAGRAPH TEXT</span>

Viewing 3 replies - 1 through 3 (of 3 total)