Display differences in Internet Explorer Knowledge Article table compared to Chrome. Issue Display differences in Internet Explorer Knowledge Article table compared to Chrome. See attached screenshots.ReleaseTested and verified on my end: Orlando Patch 2.New York Patch 7a.Madrid Patch 10 Hotfix 1aCauseThis was being caused due to the HTML Source Code on the HTML field "Article Body" in the kb_knowledge table referring to an outdate HTMl attribute "nowrap".ResolutionEnsure that the Source Code of the HTML field does not have the attribute "nowrap" mentioned. Application Navigator ---> kb_knowledge.list2. Search for and open the affected record3. On the "Article Body" HTML field, press the source code (<>) button.4. Within the HTML source code, find and delete all attributes "nowrap".- Alternatively, use a text editor such as Word, and do a Replace and Find all for "nowrap" and replace it to empty. Then copy and paste this into the HTML Source Code.5. Save the record.6. Now the table will display as expected. Alternatively, if you still want to use "nowrap" attribute in latest browsers such as Chrome use white-space:nowrap; style as mentioned in this stackoverflow discussion: Attribute 'nowrap' is considered outdated. A newer construct is recommended. What is it?