Re: How to vertically center content inside an HTMLPanel

2010-07-22 Thread Craigo
http://lmgtfy.com/?q=vertical+align+page :-) On Jul 22, 2:01 pm, David Vree david.h.v...@gmail.com wrote: Newbie here -- struggling to get my HTML text and button to be vertically centered within my HTMLPanel.  I am using UI binder and tried applying a style: vertical-align: middle; But

Re: How to vertically center content inside an HTMLPanel

2010-07-22 Thread cokol
make sure the HTMLPanel itself has a maximum extended height of this parent, so set panels height to 100% On 22 Jul., 06:01, David Vree david.h.v...@gmail.com wrote: Newbie here -- struggling to get my HTML text and button to be vertically centered within my HTMLPanel.  I am using UI binder and

Re: How to vertically center content inside an HTMLPanel

2010-07-22 Thread David Vree
On Jul 22, 2:39 am, cokol eplisc...@googlemail.com wrote: make sure the HTMLPanel itself has a maximum extended height of this parent, so set panels height to 100% I set the height to 100% but it didn't move the button. For now, I've just set the top margin and right margin to the correct

How to vertically center content inside an HTMLPanel

2010-07-21 Thread David Vree
Newbie here -- struggling to get my HTML text and button to be vertically centered within my HTMLPanel. I am using UI binder and tried applying a style: vertical-align: middle; But to no avail! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit