It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I changed the Table Border to "0" in the Confluence Source Editor
Why is there no effect?
Please don't tell me that I need a plugin to simply not display a table border!
This needed for simple formatting, guys....
It seams, that you will be only sucessful, when you change the border in every cell:
<table>
<tbody>
<tr>
<td style="border: 0.0px;">test </td>
<td style="border: 0.0px;">test </td>
</tr>
<tr>
<td style="border: 0.0px;">test </td>
<td style="border: 0.0px;">test </td>
</tr>
</tbody>
</table>
Or you can change the css settings for all tables in the wiki content within a space:
space-tools -> look & feel -> stylesheets:
.wiki-content td { border:0; }
.wiki-content th { border:0; }
I think you're right Christina. I had a problem with a table earlier today (which was being rendered with no borders). When I looked at the HTML, all of the cells in that table had the same piece of code. When I removed it all, the table rendered properly. Cheers.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.