2012年3月12日 星期一

CSS Style for table


To align table to center, use below:



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.

沒有留言:

張貼留言