also sprach Regis Boudin <[EMAIL PROTECTED]> [2006.01.31.1727 +0100]: > Adding a simple option for the number os columns is certainly possible > without too much work, so it probably be added fairly soon. I guess the > next step would be the possibility to decide which columns to display > which will need mor work...
That's not difficult. The table is rendered with <td>, so you just take the current entry counter and % (modulo) by the number of columns, and if that is zero, you insert </tr><tr> before the next <td>. alternatively, change to using CSS for column layout, but that's not really supported properly yet. -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver! linux is like a wigwam. no gates, no windoze, and an apache inside.
signature.asc
Description: Digital signature (GPG/PGP)

