style sheet issue
- by dotnetrocks
When I add text to my web page using my text editor it display styles correctly inside the text editor which basically is a iframe. After this data is saved it's displayed on another page where the issue occurs. I wanted the description section on my web page to use its own style without getting overwritten by the page styles.
Do i need to use a iframe to display this data? Is there a way I can prevent a block from using the page style.
Please advise.
Appreciate all your help.