:: Forum >>
Problem with aligning the grid on center?
I aligned the grid on center of page by using:
<center>
<script>
....
</script>
</center>
But Column headers width and Column Cell width are not equal (Column headers width<Column Cell width). Can anyone help me?
Thanks !!!
Khuc Thuy Du
Saturday, August 21, 2004
.active-controls-grid {text-align: left;}
According to W3C specification DIV will inherits the text-align property from itâs parent, and that is the main culprit here. Try style text-align: left; - in the grid. It will work perfect.
I think, it should get merged into release also.
Sudhaker Raj
Wednesday, August 25, 2004
This topic is archived.
Back to support forum
Forum search