list events help
-
hi, i try to show events on my home page using the table from events setting formatting … there is something i miss ??
im using a widget that displays text and hemp raw …
and this is the code i use
<table cellpadding="0" cellspacing="0" id="current-events" > <thead> <tr> <th id="event-time" width="150">Date/Time</th> <th id="event-description" width="550">Event</th> </thead> <tbody> <tr style="border-top: 1px solid #000; padding:5px"> <td> #_EVENTDATES<br/> #H:#i -#@H:#@i </td> <td> <div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{75,75}</div> #_EVENTLINK<br/> <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i> </td> </tr> </tbody> </table>
the result >>>> https://i60.tinypic.com/wmfqbs.png
however … same code different result in event page …
https://i59.tinypic.com/2a4z5zc.png
how do i get same display result in my home page ?
thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘list events help’ is closed to new replies.