Assuming it's an HTML page that you've created, change the font size by
editting the HTML either with an HTML (like FrontPage) editor or a text
(like Notepad) editor and add the HTML code that does this.
For example, for a table with four columns displayed in a repeated group,
the generated HTML would look like this:
<!--[[SPIDERREPEAT NAME=Repeated1]]-->
<tr>
<td ALIGN="LEFT" VALIGN="MIDDLE">**id** </td>
<td ALIGN="LEFT" VALIGN="MIDDLE">**name** </td>
<td ALIGN="LEFT" VALIGN="MIDDLE">**city** </td>
<td ALIGN="LEFT" VALIGN="MIDDLE">**state** </td>
</tr>
<!--[[/SPIDERREPEAT]]-->
and the HTML with the font changed might look like this:
<!--[[SPIDERREPEAT NAME=Repeated1]]-->
<tr>
<td ALIGN="LEFT" VALIGN="MIDDLE"><small>**id** </small></td>
<td ALIGN="LEFT" VALIGN="MIDDLE"><small>**name** </small></td>
<td ALIGN="LEFT" VALIGN="MIDDLE"><small>**city** </small></td>
<td ALIGN="LEFT" VALIGN="MIDDLE"><small>**state** </small></td>
</tr>
<!--[[/SPIDERREPEAT]]-->
Jim Ierardi
OLC Software, Inc.
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I created a table with 15 columns. When I make it small enough
> to fit on the page, the font is to large for each cell. Is there any
> way to make the font smaller on tables.
> Thanks, Bob
>
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]