all groups > flash data integration > january 2005 >
You're in the

flash data integration

group:

Disappearing spaces in dynamic HTML fields


Disappearing spaces in dynamic HTML fields shubomancien
1/9/2005 3:26:42 PM
flash data integration:
Hello all, I have a simple (?) problem with a flash project (swf template with
linked html formatted texts for a website): If in the file I send to my
textfield I have a space (or spaces) that appears between two HTML tags that
have no other characters along with them (i.e. only spaces appear between the
tags or replacement characters like %20) the space character(s) gets completely
ignored. Example: <B>Hello</B> <I>there</I> gets rendered as: Hellothere
All help will be helpful and much appreciated! Thanx in advance marc
Re: Disappearing spaces in dynamic HTML fields devmoz
1/11/2005 10:04:29 AM
try using it like this
<B>Hello </B><I>there</I>
OR
<B>Hello</B>&nbsp;&nbsp;&nbsp;<I>there</I> maybe to many .. you can check

Re: Disappearing spaces in dynamic HTML fields shubomancien
1/11/2005 10:14:22 AM
<B>Hello</B>&amp;nbsp;&amp;nbsp;&amp;nbsp;<I>there</I> doesn't work (idem for
<B>Hello</B>%20%20&amp;20<I>there</I>) <B>Hello </B><I>there</I> works but
it's not a very clean solution... but for now I already use this trick. I
have submitted the bug to Macromedia. Thanks
Re: Disappearing spaces in dynamic HTML fields devmoz
1/11/2005 10:23:41 AM
<B>Hello (Put a space here and see) </B>(and not here)<I>there</I> doesn't work .
AddThis Social Bookmark Button