Hi,
I would like to put a whole page in the center despite the change of monitor's resolution.
I try to use this CSS
body
{
margin-right: 5%;
margin-left: 5%;
text-align : center;
}
#wrapper
{
width:900px;
text-align:left;
}
But it works only in IE. But in the FF, it does not run as I want. Please help me.
Thank in advance.
Duc
I would like to put a whole page in the center despite the change of monitor's resolution.
I try to use this CSS
body
{
margin-right: 5%;
margin-left: 5%;
text-align : center;
}
#wrapper
{
width:900px;
text-align:left;
}
But it works only in IE. But in the FF, it does not run as I want. Please help me.
Thank in advance.
Duc