Image

Imagesari wrote in Imagewebdev

hey. those familiar with css. how do i get this thing centered?
.table {
border : thin dashed #669999;
background-color: White;
width: 600px;
padding: 10px 15px;
}
because when i try do it with div align="center" class="table" it does not work. and i do not see any option for giving a command in the css file where it aligns things to center. so do i just have to use the normal center tags for it?

EDIT: this is about wanting to center a table on the page. :)