Centering a Div

I was working on Knowledge Base using WSNKB Free script and I need to modify the template so it looks good when user see it. And I got stuck, on how to centering a Div, luckily I found AndyBudd’s blog which saves me. So I modified WSNKB like this.

Filename: “templates/styles/default.css “Changes marked as bold.

BODY
{
 background: #FFFFFF;
 color: #000000;
 font-family: verdana, arial;
 font-size: 11px;
 text-align: center;
 min-width: 750px;
}

.main
{
 /*width: 97%;*/
 width: 730px;
 background-color: #FAFAFA;
 padding: 5px;
 /*margin: 5px;*/
 margin:0 auto;
 text-align: left;
 color: #000000;
 border-color: #9999CC;
 border-style: solid;
 border-width: 1px;
}
SocialTwist Tell-a-Friend

Leave a Reply