Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry at the moment this is not possible and might need additional custom css on your side to make this work.

    Thanks for the idea! It can be done:

    <table>
    <tr><th>Date</th><th>Event</th></table>
    [events_list scope="month"]<tr><td><strong>#_EVENTDATES</strong></td><td>#_EVENTLINK</td></tr>[/events_list]
    </table>

    You will have to figure out your own scope.

    Correction: That is A TABLE can be done. If you duplicate the td’s you will get the same event over and over. My bad

    And I’m going to figure out why I get a bunch of <p></p>’s in front of the table. It is the same amount as entries in my tables.
    Using a list gives them after each<li></li>

    Thread Starter Sinkadus

    (@niwin)

    Okay – will look in to the table thing. But it would be a cool feature to be able to sort the output in a grid. Hint hint 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Output in columns/grid’ is closed to new replies.