| Author |
JSF h:outputText style attribute
|
prena bhatt
Greenhorn
Joined: Feb 05, 2008
Posts: 5
|
|
I have a <h utputText> tag in h:panelgrid with 3 columns. All together i have 3 tags inside the h:panelGrid. h:graphicImage, h utputText and a h:panelGroup. Inside h uputText i have some text. The problem is that i want that text to be centered and i put the style tag with attribute style = "text-align:center; However it does not work. It just comes in one line and pushes the h:panelgroup all the way to the right side of the screen. Can i fix the width of each column under h:panelgrid? or should i put the style attribute somewer else? Thanks Prena
|
 |
Joe Matthew
Ranch Hand
Joined: Jun 10, 2008
Posts: 66
|
|
|
Yeah, this looks like an HTML align problem than a JSF one. The best way out of this is to start putting the borders on the page (HTML table borders). This way you will find out which table is creating this problem and solve it. This would mean restructuring the page maybe.
|
Regards,<br />Joe<br /> <br />"Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live."<br />--Martin Golding
|
 |
 |
|
|
subject: JSF h:outputText style attribute
|
|
|