Events List formating issues
-
The events list on my website is displaying improperly. The table is resizing itself to be maybe 250 px, which intern squeezes the text. I have tried entering width settings in the formatting options and allowing those changes via the Override with Formats? option in the pages section, but this did not work either. I would like the table to auto size to 100% of the available width. I would give you the link but it’s in a restricted section of the site.
Current settings:
Override with Formats? Yes<table cellpadding=”0″ cellspacing=”0″ class=”events-table” >
<thead>
<tr>
<th class=”event-time”>Date/Time</th>
<th class=”event-description”>Event</th>
</tr>
</thead>
<tbody><tr>
<td>
#_EVENTDATES
#_EVENTTIMES
</td>
<td>
#_EVENTLINK
{has_location}
<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
</tr>
- The topic ‘Events List formating issues’ is closed to new replies.