on 2013 Aug 21 7:51 AM
Hi All,
in a cell with an text-object the css-format
text-align:center; works
but
Is there any way to bring the text vertical in the middle?
thx for hints
br harry
Request clarification before answering.
Hello Harald,
You should try to add this css code to your cell:
display: table-cell;
vertical-align: middle;
The vertical-align property only works on html cells, and that's the aim of adding display: table-cell
Waiting for your feedback,
Best,
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.