<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi-<br>
    <br>
    I'm using something like this in my Category.GroupFooter page: <br>
    <br>
    <tt>(:table class="smaller":)</tt><tt><br>
    </tt><tt>(:cellnr:) </tt><tt><br>
    </tt><tt>(:pagelist link=Category.{*$Name} fmt=#titlesummary
      list=normal order=group,title group=-Category,-PmWiki*,-Site*
      name=-Template,-LastChanged,-SiteMap,,-1*,-2*:)</tt><tt><br>
    </tt><tt>(:tableend:)</tt><br>
    <br>
    When I display a page such as "Category.xxx", I see the names of
    pages in category xxx, with their summaries immediately following on
    the same line, e.g.<br>
    <br>
    PageName summarytext<br>
    VeryMuchLongerPageName summarytext<br>
    <br>
    To make the page a little cleaner, I'd like to have the page names
    and corresponding summaries in separate cells in a table, so that
    the summaries all line up in one column. Something like <a
      href="http://www.pmwiki.org/wiki/Cookbook/PageList">this page</a>.<br>
    <br>
    Any suggestions?<br>
    <br>
    Thanks<br>
    <br>
    Peter<br>
    <br>
  </body>
</html>