Removing ListStyle

Thierry Douez th.douez at gmail.com
Tue Jul 30 15:23:09 EDT 2013


2013/7/30 Dan Friedman <dan at clearvisiontech.com>

> Hello...
>
> How do you remove the listStyle of some text?  If you set it to "skip" as
> listed in the dictionary, you still have remnants of the listStyle.  For
> example, using the htmlText of a field, it starts with:
>
> <p>test</p>
>
> Then you set the listStyle to "disc" and you get this:
>
> <ul type="disc">
> <li>
> <p>test</p>
> </li>
> </ul>
>
> set the listStyle to "skip", and you get this:
>
> <ol type="(null)">
> <p listindent="0">test</p>
> </li>
> </ol>
>
> Setting the listStyle to empty doesn't work either.  How do you get it
> back to this:
>
> <p>test</p>
>
> Anyone know how to remove the listStyle?
>
> Thanks in advance,
> -Dn
>

​Hi,

   set the liststyle of line 3 of fld "F1" to empty

works here on  Mac LC 5.5.4​ and the htmltext is clean.

​HTH,

Thierry​


------------------------------------------------
Thierry Douez - http://sunny-tdz.com
Maker of sunnYperl - sunnYmidi - sunnYmage



More information about the use-livecode mailing list