Categories | Question details Back To List | ||
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 |