I have a large amount of html that I want to copy and paste into a joomla article.
Once I insert my_html into joomla, my_html inherits all of the wrapping css.
my_html was derived from a pdf --> html conversion (Open Office Writer), so much of it uses attributes instead of styles, especially table borders.
Ideally I would like to shield my_html's styles from the wrapping joomla environment, but I do not think that that is possible.
EDIT ... here's an example:
in my_html I have a table; one cell is set up to have a border, the rest should be borderless; but somewhere in the wrapper, upstream, there is a border = 1 which thus affects all cells.
Of course in this example I could fix this fairly easily, but there are lots and lots of other similar issues ... hence, it would be nice to shield my_html.