You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
So say the column has some text and I want to visualize in the middle of the height of that column (not meaning to center it). I mean really using the height. Does anyone know if that is possible?
Hello,
Yes you can!
You can edit the HTML code and style by adding the style property vertical-align: middle;
First center your text horizontally :
Then click on the code button on the top right of your page :
Then search for the <td> matching the cell you want to edit and add the text "vertical-align: middle;" inside the style property:
Final result with two tables (last one have text centered) :
Clem
Hello :)
Neither Confluence nor JIRA currently have the option to center content in table cells as you say.
Only the alignment options (left, center and right) are available as shown in the image.
I hope I've helped.
Cheers!
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.