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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:48:46 GMT