How to align JSF components to center
问题 In my JSF 2 - Primefaces 3 web application, I am using <p:panelGrid> and <p:panel> . I have multiple components inside them which are left justified. I need to all to be center align. How can we do this I tried to use div but it does not work. 回答1: Look at the generated HTML output and alter CSS accordingly. If the HTML element which you'd like to center is a block element ( <div> , <p> , <form> , <table> , etc, or forced by display: block; ), then you first need to give it a known width and