box86rowh
12-14-2009, 11:56 PM
Hello,
I am trying to load some simple html into a richtext control in Flex 4.
The html is as follows:
<span><img src="imgPath" /> (123)</span>
<span><img src="imgPath" /> (123)</span>
<span><img src="imgPath" /> (123)</span>
When i take the image tag out of the span it renders fine, but in the span it does not show up at all!
Anyone know what could be going on here?
I am trying to load some simple html into a richtext control in Flex 4.
The html is as follows:
<span><img src="imgPath" /> (123)</span>
<span><img src="imgPath" /> (123)</span>
<span><img src="imgPath" /> (123)</span>
When i take the image tag out of the span it renders fine, but in the span it does not show up at all!
Anyone know what could be going on here?