[docs] Change in DbTheResultsPage made by Toni Müller

Wiki Watch docs@icdevgroup.org
Wed Jan 29 17:59:01 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/DbTheResultsPage.html

table was garbled, hope this is better

--- tmp/VFFbKSAX:217.81.16.70.previous	Wed Jan 29 17:57:53 2003
+++ tmp/VFFbKSAX:217.81.16.70.current	Wed Jan 29 17:57:53 2003
@@ -134,10 +134,17 @@
 The following is a simple example for a search list that has a field
 category and subcategory associated with each item:
 
-<pre>
+
 <TABLE>
- <TR><TH>Category</TH><TH>Subcategory</TH><TH>Product</TH></TR>
+
+ <TR>
+
+    <TH>Category</TH><TH>Subcategory</TH><TH>Product</TH>
+
+ </TR>
+
  [search-list]
+
  <TR>
     <TD>
          [item-change cat]
@@ -163,10 +170,12 @@
     </TD>
     <TD> [item-field name] </TD>
  </TR>
+
  [/search-list]
- </TABLE>
 
-</pre>
+</TABLE>
+
+
 
 
 The above should output a table that only shows the category and