Tableborder

Andreas Gerlach October 5, 2016

This question is in reference to Atlassian Documentation: Tables

Is it possible to create a table without borders or to delete the tableborder in some tabelcells?

 

3 answers

1 accepted

0 votes
Answer accepted
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 6, 2016

It is indeed.. Like this:

Screenshot-3.png

1 vote
Bill Bailey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 6, 2016

I assume you want this on a case by case basis (global/space just requires updating the CSS). Create a user macro that wraps the body with a classed div tag.

<div class="noborder">

$body

</div>

Update your global/space CSS with

.noborder table {

    border: none;

}

Then you insert the table inside this new user macro on a page. Of course, you can create any kind of special styling this way, or make the macro have options so a user can select from different kinds of styling.

Andreas Gerlach October 10, 2016

thanks a lot - that's it smile

0 votes
Andreas Gerlach October 6, 2016

Thanks, but that's not what I mean.

I'm looking for a possibility to create a table without any border

<table border="0">

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events