How can I override an inline style with an external css?
        Posted  
        
            by Aaron Fischer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Aaron Fischer
        
        
        
        Published on 2009-01-21T15:45:31Z
        Indexed on 
            2010/03/24
            17:33 UTC
        
        
        Read the original article
        Hit count: 431
        
I am trying to restyle a table generated by an asp.net gridview control. The problem I have is that the gridview is generating an inline styles. How do I make the browser render my css rather then the html style attribute?
© Stack Overflow or respective owner