Post #: 53
Post type: Blog post
Date: 2012-11-02 23:27:05.000
Author: Rocket Man
A couple of additions today...
First, a Table function that prints some nicely-formatted HTML tables.
(display-table list-of-headers nested-list-of-data "optional form styling")
striped - alternates rows in grey
bordered - adds borders and rounded corners to the table
hover - enables hover state on table rows when mousing over
condensed - more condensed style of table
This is a neat way of displaying tabular data in a pretty way, just by passing in lists.
The other thing is that I've changed the formatting of comments to include user avatars to the left of each comment. Unfortunately I didn't have time to get avatar uploading working. That will have to wait for next week!
View this post in the forums
Views: 5589