Greetings all,
I'm having a problem. I'm using xml to pull external text files into a dynamic text field. I'm using the loadVars & "content=" method. My text field is set to htmlText.
In the external file that gets pulled in, there is this line:
come see my new show <a href='http://www.google.com/'> Click Here</a>

As you can see there is a space both before the opening <a> & before the Click Here, yet neither of them are recognized. All other spaces throughout the file are preserved, but whenever there is a <a> link in the line, it disregards the spaces surrounding & within the link code, so the line rendered looks like:
come see my new showClick Here

Any ideas how to preserve that space?
&nbsp; or &#160; both don't work...