Table Cell Padding Not Working in Knowledge EditorIssue The table cell padding property is not being rendered when viewing a Knowledge article in a Portal or with the kb_view page.Steps to Reproduce:1. Open a Knowledge article or create a new one.2. Insert or select an existing table in the article body.3. Attempt to adjust the cell padding using the table properties in the TinyMCE editor.4. Observe that the changes to cell padding are applied while working in the editor but they are not reflected correctly when viewing the article preview or when the article has been published.Resolution1. Use the cellpadding property on table data (td) elements instead.2. Replace the deprecated cellpadding attribute with the padding property on individual table cells (td) within the HTML source code.3. Save the changes and preview or publish the article to confirm that the cell padding is now correctly applied.Note: This issue is caused by the fact that cellpadding and cellspacing are deprecated HTML properties, and some browsers no longer support them. The third-party HTML editor used by ServiceNow, TinyMCE, has not yet removed this table property from the editor.