My client is pasting html code from a widget provided by another service into a text field which I am displaying with the grid component. Much of the HTML is deprecated but usable.
What is weird is that part of that code reads:
| Code: |
<td align="right" valign="top"><div style="color: #33322E;"><font size="4">$875/month</font></div></td>
|
With the value of the price number changing regularly. The Grid is displaying all of the information correctly except it is cutting out the $ and first 2 digits so the output reads:
| Code: |
<td align="right" valign="top"><div style="color: #33322E;"><font size="4">5/month</font></div></td>
|
Any idea what is causing this? I really need it fixed asap. If I insert a space after the $ it works fine, but the point is to not do that for my tech unsavy client who should be able to just paste the code given by the other service provider. This is really strange.
