Forum Moderators: not2easy
centeredPageStyle {
width: 100%;
text-align: center;
verticle-align: middle;
margin-left: auto;
margin-right: auto;
}
This gets the GridPanel to align horizontally (although vertically it is too far up...don't know why) but the size of the GridPanel is way too large. I thought that adding a height: 200px; would solve it but it has no effect at all.
Is there some "trick" to setting the height?
Thanks!