To align table to center, use below:
apply the following style to the table of class "flash"
margin-left: auto;
margin-right: auto;apply the following style to the table of class "flash"
.flash {
border-collapse: collapse;
border-spacing:0;
padding:0;
}
.flash td{
padding:0;
}
.flash img{
padding:0;
vertical-align: bottom;
}
And remove all spacing between and
tags.
And remove all spacing between and
沒有留言:
張貼留言