Hello,
Is it nowadays possible to hide the borders of a table in Confluence Cloud?
It's been 8 years since the original question. I just wanted to check whether the Confluence product has improved tables since then and now allows this basic thing, or has there been no improvement what-so-ever?
My manager used to do this in Confluence server, unfortunately this is impossible in the Cloud version.
Thanks !
Hi @Armelle ,
While the editor in Confluence Cloud has improved markedly in the last eight years, you currently have no option to create borderless tables with it; at least not that I'm aware.
However, there's a feature called Layouts that you can use to have multi-column layouts in Confluence Cloud. For me, that has replaced the borderless table as a way to have multi-column pages.
Hope that helps,
Oliver
Hello Oliver,
Thank you for your answer.
I already used the layout feature (2 columns) and I added a table in both of them :
I would like to remove the borders of said tables. I cannot insert a section in another section, can I ?
Regards,
Armelle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to remove table borders, color primary buttons & add an image in the background of the page by adding a CSS Stylesheet macro to the bottom of the page, and populating it with this:
#main { background-image: url("https://xxxxxxxpath to image here"); background-repeat: repeat; } .aui-button.aui-button-primary, .aui-button.aui-button-primary:visited { background: #56504b; border-color: #ffffff; border: .5px solid #000000; color: #ffffff; font-weight: bold; -webkit-font-smoothing: antialiased; } .wiki-content .confluenceTh,.wiki-content .confluenceTd { border: none; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting. Thank you for sharing.
So if I understand correctly, we would need to purchase the Custom CSS Code Add On?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrew Rose ,
As for now there is no such feature out-of-the-box.
Many vendors (and our company as well) try to introduce custom stylesheet functions in their apps that work with content.
So, if it happens so that you use our Table Filter, Charts & Spreadsheets for Confluence app, please check the Stylesheet tab inside the Table Transformer macro. It will help you with the case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Armelle ,
Welcome to Atlassian community!
Is it possible to see the which boarder you are saying to hide in the confluence..?
It will better to understand and give the proper solution.
Regards,
Sanjen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sanjen,
I would like to remove the borders of the tables present on the screenshot below.
Is it possible or too complex to do so?
Thank you!
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.