Hi Guys,
I want to break my table column headerText in two line using css or any other ways.
How i can break text in two line.
My code is like that :
<af:column id="c144"
headerText="56 Markdown Event"
align="center" width="250"
inlineStyle="word-wrap: break-word;" noWrap="true">
</af:column>
My Text is comming in one line format but I want Header text in attached screen shot below format...

Please help any one if know.