Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
5958 Переглядів

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
бер. 15
3998
0
бер. 15
4110
0
бер. 16
3364
0
трав. 15
5660
1
бер. 15
7116