At 03:05 24/09/2002 -0400, arkady wrote: >**Line 45, column 5: > <tr /> > ^ >Error: missing a required sub-element of "tr" This is the most significant error. <tr /> means the same as <tr></tr> - you have closed the tr element as soon as you have opened it. Instead of <tr />, use <tr>. Andrew -- Andrew McFarland UNITE Solutions http://www.unite.net/Received on Tuesday, 24 September 2002 04:34:21 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:29 UTC