Monte Goulding wrote:
set the htmlText of fld 1 to "<h1>hello world !</h1>"

Try this:
set the htmlText of fld 1 to "<h1>hello world 1</h1> <h2>hello world 2</h2> <h3>hello world 3</h3>"


You will notice that it also creates line breaks
for header information just like in HTML.
===================

Look at it going back the other way using htmlText of fld 1:

<p></p>
<p></p>
<p><font size="34"><b>hello world !</b></font></p>
<p></p>
<p></p>
<p></p>
<p><font size="24"><b>hello world !</b></font></p>
<p></p>
<p></p>
<p></p>
<p><font size="18"><b>hello world !</b></font></p>
<p></p>
<p></p>

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to