funny enough 3+ years old....
It ain't pretty, but you could add a a 'style' macro with the following content (at least on Atlassian Cloud):
td {vertical-align:middle !important;}
That will set it for all table cells though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ain't pretty? It's beautiful.
For anyone on server version that wants to create their own user macro using TB's code snippet, here it is.
## Macro title: Center All Table Cells (Vertical)
## Macro has a body: N
## Body processing: no body
## Output: Changes cell text to vertical alignment in table cells,
##
## Developed by: YOUR NAME
## Date created: 05/8/2020
## Installed by: YOUR NAME
## @noparams
<style>
.wiki-content td {vertical-align:middle !important;}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, I just found another option:
Just use plain old HTML. A bit more work, but it does the job.
What, on the other hand, makes me wonder why in Hell's bloody name they can's just add something to the CSS or write two g**damn lines f code to do that. It's not like they have to write an x86_64 assembler from scratch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Alex,
Current there's no support for vertical alignment of table cell contents in Confluence. There's an existing New Feature request, though: https://jira.atlassian.com/browse/CONF-24453
I hope it helps.
Eduardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I'm from the future, 2020.
It is still not possible, at least not without paying extra for a plugin.
Any Wiki can do that without much fuzz thoug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't find how to center vertically the text within a section macro either :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone!
I wrote a simple app for this - https://marketplace.atlassian.com/apps/1222494/vertical-align-for-confluence.
Welcome. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to have the cloud version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
Thanks a lot for writing this app. Would it work for Data Center versions too?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would love it if you could write a Cloud version! This is needed desperately! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.