Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Joao on Mar 27, 2008 05:45
open dhtmlx forum
Center screen Grid

Hello friends,
Does the possibility exist of centralizing Grid in the screen?
I tried to place <div align ="center "> and also <div style = " align:center "> and none gave right

Thank you

Hugs
Answer posted by Support on Mar 27, 2008 06:26
If you set align for surrounding div - it will work as expected

    <div align="center">
        <div id="gridbox" width="500px" height="250px" style="background-color:white;overflow:hidden"></div>
    </div>
Answer posted on Mar 27, 2008 07:54
Thanks my friend :-)

Perfect

Hugs