dhiebert
02-04-2006, 11:14 AM
I am using iSiloXC to generate output for my Palm Tungsten T3.
Why does the font-size setting not work on tables? I have also tried using <FONT SIZE=2> and <DIV STYLE="font-size: 8pt"> around the table. None of them affect the font size.
<TABLE STYLE="font-size: 8pt">
<COLGROUP span="1">
<THEAD>
<TR>
<TD> <I>Column 1</I> </TD>
<TD> <I>Column 2</I> </TD>
<TD> <I>Column 3</I> </TD>
</TR>
</THEAD>
<TBODY>
<TR><TD>10</TD><TD>This is the first line of the table.</TD><TD>Source 1</TD></TR>
<TR><TD>61–77</TD><TD>This is last line of the table.</TD><TD>Source 2</TD></TR>
</TBODY>
</TABLE>
Why does the font-size setting not work on tables? I have also tried using <FONT SIZE=2> and <DIV STYLE="font-size: 8pt"> around the table. None of them affect the font size.
<TABLE STYLE="font-size: 8pt">
<COLGROUP span="1">
<THEAD>
<TR>
<TD> <I>Column 1</I> </TD>
<TD> <I>Column 2</I> </TD>
<TD> <I>Column 3</I> </TD>
</TR>
</THEAD>
<TBODY>
<TR><TD>10</TD><TD>This is the first line of the table.</TD><TD>Source 1</TD></TR>
<TR><TD>61–77</TD><TD>This is last line of the table.</TD><TD>Source 2</TD></TR>
</TBODY>
</TABLE>