/ Published in: CSS
                    
                                        Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 table[align="left"] { float:none; }
Comments
                    Subscribe to comments
                
                