Event list format
-
Hello,
Trying to display a list off event using followin code:
<h2>Représentations à venir</h2> [events_list scope="future" limit="0"]{has_tag_cuisine-marguerite} <ul> <li>#_EVENTDATES : #_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONPOSTCODE</li> </ul> {/has_tag_cuisine-marguerite}[/events_list]There is a issue with format.
As you can see on page’s code there is a
<p></p>that changes the display.<h2>Représentations à venir</h2> <p></p> <ul> <li>21/11/2017 - 26/11/2017 : Théâtre du Pavé, Toulouse 31400</li> </ul> <p></p> <ul> <li>13/01/2018 : Petit Théâtre du Centre, Colomiers 31</li> </ul> <p></p>How can avoid this?
Thanks
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Event list format’ is closed to new replies.