Center alignment of button in JSF -


i have made button submit in jsf page.

my code is:

<h:commandbutton value="save assignment" action="#{rakewo.saveworkassignment()}" styleclass="btn btn-primary"> </h:commandbutton> 

this save button aligned left. want aligned center.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -