<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I'm using the Fox recipe to gather text from an input form and display
it in a page via page text variable.<br>
I am trying to reduce the font size of the displayed text so that it
formats nicely on the target page.<br>
<br>
My problem is that if I use syntax like&nbsp; [-{$$prob_statement}-]&nbsp;&nbsp; in
the page template this works in reducing the font size <br>
provided that the text that is in the form doesn't have line break in
it.<br>
<br>
For example if a user enters text in this way:<br>
THIS IS A TEST&nbsp; <br>
the text is correctly reduced in size and displayed on the target page<small><br>
<big><br>
But if the user enters text this way:<br>
THIS IS<br>
<br>
A <br>
TEST&nbsp;&nbsp;&nbsp; <br>
the output is displayed thus <br>
[-THIS IS<br>
<br>
A <br>
TEST -]<br>
<br>
I would be most grateful&nbsp; for advice on how to solve for this.<br>
<br>
Thanks<br>
<br>
Graham <br>
<br>
</big></small>
</body>
</html>