Events List Formatting Question
-
Using EM, with Leaf theme.
Trying to get my events list set up the way I’d like it to be, but I’m lacking in some HTML knowledge. My events page is here:
https://www.thehypeweekly.com/testing/events/
I’d like the two tables to be side by side, rather than the event info be down like it is, and I’d also like to get rid of the space after the event link. Below is my current formatting code:
<tr>
<td>
#_EVENTIMAGE{150,150}
#_EVENTDATES
#_EVENTTIMES
</td>
<td>
<p style=”font-size:20px;”>
#_EVENTLINK </p>
#_EVENTEXCERPT
{has_location} <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
</tr>Thanks! Sorry if this is a super obvious answer; I’m not so great with HTML or CSS.
- The topic ‘Events List Formatting Question’ is closed to new replies.