Justify the text in a 'outputText' component
526910Aug 31 2006 — edited Sep 28 2006How can I justify the text in a 'outputText' component ?
All properties work, except the 'text-align' property
<h:outputText styleClass="texto" value="#{menusBean.texto}" escape="false"/>
I use this in a css file.
.texto {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 3px;
font-size: 11px;
color: #333333;
font-weight: normal;
text-align: justify;
}
Thanks,
Sérgio Morais