~Cheryl ElhipigenlenFeb 27, 2012, 4:57 PM366 PostsRe: Centering controls? Place the controls in a div or panel and then set the center style property on that control. All controls in that "container" will now be centered on the "page" Paul T. Calhoun
~Hank BubresagenettuFeb 27, 2012, 5:57 PM1 PostsRe: Centering controls?Unfortunately this will only apply if the contained elements are 'display: inline'. The way you're supposed to centre block level elements in CSS is to use "margin:auto". This will make sure that the margins on each side of the element will be equal, meaning that it will be centred in its containing element. For more info: http://www.w3.org/Style/Examples/007/center.en.html