• Resolved kacorner

    (@kacorner)


    For the event list, I created 3 columns (event image, event description, and event time)
    In the first cell is the event image: #_EVENTIMAGE{400,0}.
    In the second cell is the event description: #_EVENTLINK and #_EVENTEXCERPT{50,…}.
    And in the third cell is the event date/time: #_EVENTDATES and #_EVENTTIMES.
    With the Event Image tag, the text in the second and third cell drops down below the image in the first cell.
    I tried moving the Event Image tag to a different cell, and still the text drops below the image (even though the text is in a different cell than the image).
    I tried inserting a vertical alignment attribute of “top” in the second and third cells but still the text displays below the image.
    When I remove the Event Image tag, the text displays correctly in the second and third cells (at the top of the cell).

    Here is the full Default Event List Format:
    <tr>
    <td width=”500″>#_EVENTIMAGE{400,0}</td>
    <td width=”1000″ valign=”top”><h2>#_EVENTLINK</h2><br />
    <h6> #_EVENTEXCERPT{50,…}<br />
    {has_location}<br/><i>Location: #_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}</h6><br /></td>
    <td width=”400″ valign=”top”><h6>#_EVENTDATES<br />
    #_EVENTTIMES</h6><br /></td>

    </tr>

    What do I need to do differently?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event Image doesn’t display correctly’ is closed to new replies.