1*** STDOUT ***
2<TABLE BORDER=2 CELLPADDING=1 CELLSPACING=1>
3<TR>
4 <TH ALIGN=CENTER WIDTH=3%>Name</TH>
5 <TH ALIGN=CENTER WIDTH=96%>Biography</TH>
6</TR>
7<TR>
8<TD ALIGN=LEFT>Alan</TD>
9<TD ALIGN=LEFT>This is a very long line of text which simulates a text string which is supposed to wrap in its field width.</TD>
10</TR>
11<TR>
12<TD ALIGN=LEFT>Kevin</TD>
13<TD ALIGN=LEFT>This is another long line of text which will also wrap so I can see if this part of ShowTable really works as designed.  If not it's back to the drawing board.</TD>
14</TR>
15<TR>
16<TD ALIGN=LEFT>Toad</TD>
17<TD ALIGN=LEFT>This is a short line</TD>
18</TR>
19<TR>
20<TD ALIGN=LEFT>Monica</TD>
21<TD ALIGN=LEFT>This is another short line</TD>
22</TR>
23<TR>
24<TD ALIGN=LEFT>Stu</TD>
25<TD ALIGN=LEFT>Finally, here is another long line which shold wrap but maybe not</TD>
26</TR>
27</TABLE>
28