Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- INSTRUCTIONS
- The following sections should go into this section:
- Events > Settings > Formatting (tab) > Events Format
- Insert the following into : "Default event list format header"
- -->
- <table cellpadding="0" cellspacing="0" id="current-events" >
- <thead>
- <tr>
- <th id="event-time" width="150">Date/Time</th>
- <th id="event-description" width="*">Event</th>
- </thead>
- <tbody>
- <!-- INSTRUCTIONS
- Insert the following into : "Default event list format"
- -->
- <tr>
- <td>
- #_{d/m/Y} #@_{ - d/m/Y}<br/>
- #H:#i -#@H:#@i
- </td>
- <td>
- <div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{100,100}</div>
- #_EVENTLINK<br/>
- <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
- </td>
- </tr>
- <!-- INSTRUCTIONS
- Insert the following into : "Default event list format footer"
- -->
- </tbody>
- </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement