Perfect....
I'd actually simplified it down and had it working (outside of using tables for layout)
like so..

<cfoutput query="meetingAgenda" group="month">
  <h2>#month#</h2>
  <cfoutput group="date">
    <h3>#date#</h3>
      <cfoutput>
        #time# - #agenda#<br />
      </cfoutput>
      <br /><br />
  </cfoutput>
</cfoutput>

but you've kept it in tables for me with the correct display. The alternating colours are no big deal, and I've sorted that one out already. And lastly, thank you.

adieu
MarkH
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to