From what I can tell, with DNN 4.3.1 Install version, when I display an Event Listing (e.g., next 10 events) it displays:
- 'Event Start' column of CSS style SubHead, and
- 'Title' column of CSS style 'Normal', etc. This is super!
Currently this doesn't nicely display in my 300 px wide column & changing it with styles would cause ripples throughout the site.
I hope it might be simple to emit these with each column having it's own UNIQUE CSS style, like:
- EventListing_StartStart
- EventListing_TitleStyle
- etc.
Anyone familar with the source care to point me to the right module:routine?!
Longer range, how about issuing an XML file and doing an XML transform on it that would allow us to reposition, sort & filter, style (even date display I believe) and about anything we wanted? The transform should have a simple default so non-techie's could ignore this aspect.