If I set the htmlText of a field to HTML that contains a span, and if that span also contains
an anchor or href link, LC separates the span into multiple ones.
For example, a field's htmlText set to this:
<p> <span metadata="metadata1">This is some text that contains the metadata.<a
href="#fn">linkOne</a> And here is some more text. <a href="#en"><i>linkTwo</i></a></span></p>
becomes this when retrieved:
<p> <span metadata="metadata1">This is some text that contains the metadata.<a
href="#fn">linkOne</a></span><span metadata="metadata1"> And here is some more text. <a
href="#en"><i>linkTwo</i></a></span></p>
How come it does that? Do links interfere with spans?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
_______________________________________________
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