/ Published in: CSS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
.message-container {
margin: 0 auto 8px;
display: table;
}
.message-container div {
display: table-cell;
}
<!--[if IE]>
.message-container {
display: block;
text-align: center;
}
.message-container div {
display: inline;
zoom: 1;
}
<![endif]-->
Comments
 Subscribe to comments
                    Subscribe to comments
                
                