style sheet issue
        Posted  
        
            by dotnetrocks
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dotnetrocks
        
        
        
        Published on 2010-04-26T23:13:28Z
        Indexed on 
            2010/04/26
            23:23 UTC
        
        
        Read the original article
        Hit count: 245
        
css
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.
© Stack Overflow or respective owner