I am experiencing a problem where the text I add to my web page using my text editor appears styled correctly inside the editor, which is essentially an iframe. However, after saving the data, it is displayed on another page where styling issues occur. I want the description section of my webpage to maintain its own style without being overwritten by the page-level styles.
Do I need to utilize an iframe to display this content? Is there a method to prevent a block from adopting the page's stylesheet?
Your advice would be greatly appreciated.
Thank you for all your assistance.