I am trying to get this down but I am missing something...I am trying to get output to go into a table to try and structure the output...this is not an ideal solution but I am trying to make some very difficult clients happy...they don't care how it is done they just want it in a table even if it is an ugly one....in the test piece below the first table sets up the names of the columns the second one is the same table with dynamic output inserted from articles...pretty primitive but what happens is that the tables seem to start to nest rather than starting a new table....there is a simple answer to this but I am just not getting it....any ideas??? Here is the test URL.... http://athletics.sewanee.edu/msoccer/test/ and here is what am trying.... <P><TABLE WIDTH="699" BORDER="1" CELLSPACING="2" CELLPADDING="0"> <TR> <TD WIDTH="32%"> NAME</TD> <TD WIDTH="68%"> NO.........POS.......HT.........WT..........YR............. HOMETOWN</TD> </TR> </TABLE> <TABLE WIDTH="699" BORDER="1" CELLSPACING="2" CELLPADDING="0"> <TR> <TD WIDTH="32%"><?$article = mgd_list_topic_articles_all(253); if ($article) for ($i = 0; $i < 25 && $article->fetch(); $i++) { ?> <strong><a href="/msoccer/player/&(article.id);.html">&(article.title);</a></strong ></TD> <TD WIDTH="68%"> <? if ($article->abstract) { ?> &(article.abstract:h);</TD><? }?><? }?> </TR> </TABLE></P> -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]
