I have a website that is updated through the WYSIWYG editor by people with very little knowledge of HTML. WYSIWYG exports a table-based structure with old obsolete tags such as "align" and "bgcolor" to the CSS site, so these attributes will be overwritten.
For example, a black background is applied to a table in the WYSIWYG editor, but as soon as it goes live to the site, the background defaults to no one (default) due to the CSS reset site.
Is there a way to account for these old tags that CSS rewrites that I may not see without getting rid of CSS reset, creating extra CSS markup, or updating the WYSIWYG tool?
html css html-table deprecated
Moses
source share