Hi,
You've produced a really great plugin which is flexible. Thanks. I'll vote it in every time! (great support too!)
Im having a bit of difficulty getting an events list to display the way I need it to.
I have a tag on a page to show a list sorted by month. I get something like this
<ul>
<li class="eme_period">month, year
<li>event 1</li>
<li>event 2</li>
<li>event 3</li>
<li class="eme_period">month, year
<li>event 4</li>
<li>event 5</li>
<li>event 6</li>
</ul>
Good stuff. What i would really like to do now though is drop all of this into a table for better formatting but if I add tables through the event list header and event list main areas of the settings it adds the table after the month output. Something like this;
month, year
month, year
<li>event 1</li>
<li>event 2</li>
<li>event 3</li>
<li>event 4</li>
<li>event 5</li>
<li>event 6</li>
How do i set this so it integrate the months into the table and each of the events?
Thanks,
Dave