fishbone34
02-21-2005, 05:03 PM
Hello, I have a form result page that pulls data from a database. I used the </Pre> tags to load the preformatted format on the page. The only problem is that the text is too small. Is there a way to enlarge the text on the form result page or does it need to be entered in to the database the size I need?
Below is a Sample of the code:
<tr><td><font size="2" face="Arial"><B>Comments:</B></font></td><td><font size="3" face="Arial"><pre><%response.write(tablearray(12,0))%></pre></td></tr>
</table> </center>
Below is a Sample of the code:
<tr><td><font size="2" face="Arial"><B>Comments:</B></font></td><td><font size="3" face="Arial"><pre><%response.write(tablearray(12,0))%></pre></td></tr>
</table> </center>