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.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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).
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.
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.