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.
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.