I tried using this centering method, which worked for my previous site
www.gwx.biz but now fails to work for my new portal
www.gwx.biz/KnowledgeSpace/
I had a table and inside the table tags were <td> tags and inside those tags was a <div> tag which is a ".container" class.
My
CSS properties are..
.container {
position: relative;
height: 350px;
width: 500px;
border: medium dotted #000000;
text-align: left;
margin: 0px auto;
}
table {
width: 100%;
height: 100%;
}
td {
vertical-align: middle;
text-align: center;
}
You can download the website at
www.gwx.biz/KnowledgeSpace/sourceCSS.rar
Please help me.. I'm at my wits end. I've done a lot of googling but my steps seem right!