In IE 8 I am using YUI to display a Table of data fetched from a server.
The Row is as Follows:
ID | Title | Description
The Data for the row is as follows:
N&P | Notch & Pierce | Press Tools...
In IE 8 The Row Renders as:
N | Notch & Pierce | Press Tools...
But in Chrome it renders correctly.
The data is still there and entering this record using IE works fine, it is just rendering the row that the ID disappears.
I really do need a fix, potentially one that can be easily Globalised for the application as there is a lot of ID fields that have the potential to carry this data!
thanks!
Replace
&with&before output to HTML.