2013/7/30 Dan Friedman <d...@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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to