Formatting issue
-
Hello,
I tried to display a list of events just like the demo but I have an issue because the text is at the bottom and it’s very ugly.
This is the test : https://www.alldeejay.com/carpediem/?page_id=25214
And the code :
1) Default event list format header :
<table cellpadding="0" cellspacing="0" class="events-table" > <thead> <tr> <th class="event-image" width="110">Flyer</th> <th class="event-time" width="200">Date / Heure</th> <th class="event-description" width="*">événement</th> </tr> </thead> <tbody>
2) Default event list format
<tr> <td> {has_image} #_EVENTIMAGE{90,90} {/has_image} {no_image} <img src="https://www.koolsaina.com/carpediem/wp-content/uploads/2015/01/soiree-gasy.jpg"> {/no_image} </td> <td class="eventless"> #_EVENTDATES </td> <td class="eventless"> #_EVENTLINK {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} </td> </tr>
Can somebody help please ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Formatting issue’ is closed to new replies.