跳至内容
菜单
此问题已终结
2 回复
5905 查看

I want to vertically center the texts in blocktable cells. Currently the text is showing as: drive.google.com/file/d/0B8C4w9Dg_5bEX0JVMEVFbEg4Ukk/view?usp=sharing 

I have tried different ways but nothing works. 


形象
丢弃
编写者 最佳答案

Well I was also hoping that the issue would solved by using <blockValign value="CENTER"/> , but unfortunately this didn't help me. So from the rml guide I found another solution to apply bottom padding to the cell data by using <blockBottomPadding length="(val)"/> . which then works perfectly as I wanted.

形象
丢弃
最佳答案

Hi,

You need to give the style of your block as like below.

<blockTableStyle id="Table_Header">

<blockAlignment value="LEFT"/>

<blockValign value="CENTER"/>

</blockTableStyle>

when you apply the above style to any one blocktable then data will be in vertically center.

I hope you will get perfect output.

形象
丢弃
相关帖文 回复 查看 活动
0
3月 15
3973
0
3月 15
4072
0
3月 16
3325
0
5月 15
5609
1
3月 15
7060