<!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">
<font face="Arial">Hi Hans,<br>
<br>
</font>
<pre wrap="">style='font-size:smaller;'</pre>
works for me - many thanks!!<br>
<br>
Graham<br>
<br>
Hans wrote:
<blockquote cite="mid:133829145.20081022150637@softflow.co.uk"
 type="cite">
  <pre wrap="">Wednesday, October 22, 2008, 2:29:07 PM, Graham Archer wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap=""> 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 
 provided that the text that is in the form doesn't have line break in it.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
if you have line breaks as part of the text added with the PTV,
you could use a div instead, and set the font size for the div,
via style:

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">font-size=smaller&lt;&lt;
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->{$$prob_statement}
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">&lt;&lt;
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
(not sure if font-size=smaller works like this, or if you need to use
style='font-size:smaller;')


  ~Hans

  </pre>
</blockquote>
</body>
</html>