31 Oct
2000
31 Oct
'00
2:23 p.m.
Jason pondered:
How do I get a TinyTable to display it's contents?
All I find in the docs is <!--in# tablename--> and that does not seem to work for me, unles I am lacking a tag?
Try it like this: <dtml-in tablename> <dtml-var fieldname1> <dtml-var fieldname2><br> </dtml-in> where tablename is the name of your table, and fieldname1, fieldname2 are names of fields. I've not used TinyTables, but this works with other tabular systems. Later, Jerry S.