Setting Width for <h:outputText > using CSS
843844Dec 13 2007 — edited Dec 13 2007Hello,
I want to set the width for <h:outputText > using CSS style.
I have used following for this:
<h:outputText value="A" style="width:200px;" />
But it didnot set the width for output text component and show the length as per the value of the component. I need to set the fix width for this component.
Is there something wrong with this?
Please suggest to set the width for <h:outputText >.