extra space in events_list_grouped
-
I’m trying to basically make a page for a single category that has a table structure like the main page and is grouped by month. The problem I’m having is that there is a stray
<p>
tag after every event that I can’t figure out where it’s coming from, so there is a whole bunch of extraneous space. Here is my shortcode:[events_list_grouped mode="monthly" date_format="F Y" format_header="<table cellpadding=0 cellspacing=0><thead><tr><th width=125px>Date</th><th width=175px>Type of Event</th><th>Location</th></tr></thead><tbody>" format_footer="</tbody></table>"]<tr><td>#_EVENTDATES</td><td>#_EVENTNAME</td><td>{has_location}<a href="#_ATT{LocationLink}" target="_blank"> #_LOCATIONNAME</a>,#_LOCATIONTOWN #_LOCATIONSTATE{/has_location}</td></tr>[/events_list_grouped]
and here is the resulting page:
https://lesliehowardyoga.com/newsite/workshops/
- The topic ‘extra space in events_list_grouped’ is closed to new replies.