Page 1 of 1

table and border

Posted: Fri Oct 31, 2014 3:53 pm
by Le Basque
Hi
I use table without attribut but when i publish i obtaint a border ?
how make to suppress border ?

Thank you

Re: table and border

Posted: Fri Oct 31, 2014 4:19 pm
by Radu
Hi,

By default the DITA specification states that if the table does not have border information set to it, it should consider that the border should be shown.
So you should set the @frame attribute to none.

Code: Select all

<table frame="none">
..........................
Regards,
Radu

Re: table and border

Posted: Fri Oct 31, 2014 4:38 pm
by Le Basque
thank you