Zillosophy
11-21-2007, 01:35 AM
I fear this is something noob'ish but I copied some content from a feed and pasted it into a separate XML file. Now the spaces around my tags are missing when its published.
<p>my text that is, let's say, <b>bold</b> or something.</p>
comes out "my text that is, let's say,boldor something."
!prettyPrinting // didn't effect issue
condenseWhite // also didn't effect issue
b {dispay:inline;} // because it goes block
Any thoughts? -- still a lot of quirks dealing with htmlText
<p>my text that is, let's say, <b>bold</b> or something.</p>
comes out "my text that is, let's say,boldor something."
!prettyPrinting // didn't effect issue
condenseWhite // also didn't effect issue
b {dispay:inline;} // because it goes block
Any thoughts? -- still a lot of quirks dealing with htmlText