undocumented feature

Mark Brownell gizmotron at earthlink.net
Wed Aug 27 20:14:00 EDT 2003


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>




More information about the use-livecode mailing list