On 5/24/07, Martin Fick <[EMAIL PROTECTED]> wrote: [...] > On the pmwiki site, a nice effect is achieved here: > http://www.pmwiki.org/wiki/Cookbook/Administration > > using the template here: > http://www.pmwiki.org/wiki/Cookbook/RecipeList > > [#recipelist]] > (:template defaults list=recipes class=recipelist:) > (:template first:) > ||cellspacing=0 width=100% > ||!Name ||!Summary ||!Rating || > (:template each:) > ||[[{=$Name}]] ||{=$:Summary} (:if ! equal > {=$:Version}:)[-(version: {=$:Version})-](:ifend:) > ||[-{=$Rating}-] || > [[#recipelistend]] > > but I'm not sure how? I'm guessing that > class=recipelist has a special definition somewhere > that does this using the class='indn' put on each tr? > I you look at the html source, the trs are numbered > from ind1 to ind4 "<tr class='ind1'>", I don't know > how this is achieved either? > > -Martin >
You may have a look at: http://www.pmwiki.org/wiki/Cookbook/FormattingTables Dominique _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
