Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Vertical Allign in Table on Cloud Version Confluence

Голиков Артём September 1, 2021

Good day. Tell me please, can i have function "Vertical allign" in any way (cloud version).

1 answer

1 accepted

0 votes
Answer accepted
Kishan Sharma
Community Champion
September 2, 2021 edited

Hi @Голиков Артём Welcome to the community!

Currently there's no such function available in cloud editor. There's already a feature request for this, refer it here, I would suggest you to vote for it and start watching it for updates. You will also find a user macro in one of the comment that you can use as a workaround in the meanwhile. 

Голиков Артём September 2, 2021

@Kishan Sharma - thank you for answer. I have small subquestions - can I have any way set vertical position text in cell of table?

P.S. My vote has been added to issue.

Kishan Sharma
Community Champion
September 2, 2021 edited

Thank you @Голиков Артём There's a macro shared by one of the user on the feature request by which vertical alignment of text can be achieved. Below is the sample code. The Macro must be marked as Rendered.

 

...
## This is an example macro
## @param VerticalAlign:title=Vertical Align|type=enum|enumValues=top,middle,bottom|default=middle|desc=Select the vertical Align 
<style>
.tableFormatContainer Td {vertical-align:$paramVerticalAlign;}
.tableFormatContainer Th {vertical-align:$paramVerticalAlign;}
</style>
<div class="tableFormatContainer">
$body
</div>

I have not tried this, but i will and get back to you.

Голиков Артём September 2, 2021

@Kishan Sharma - I read on another pages information about using macros in cloud version as impossible. I have`t button "create macros" (admin rights I have).

Kishan Sharma
Community Champion
September 2, 2021

Oh yes unfortunately thats true @Голиков Артём , so seems like we are short of options here.

Голиков Артём September 2, 2021

@Kishan Sharma - thank you for the conversation :)

Kishan Sharma
Community Champion
September 2, 2021 edited

You are welcome @Голиков Артём 

Голиков Артём September 2, 2021

already done

Like Kishan Sharma likes this
Kishan Sharma
Community Champion
September 3, 2021

ah, it seems like its reset somehow.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events