« Return to Thread: Turning off table side borders

Re: Turning off table side borders

by Bob Stayton :: Rate this Message:

Reply to Author | View in Thread

Hi Paul,
table.cell.properties is a template, not an attribute-set.  You need to
customize the template, which is in fo/table.xsl.  The colsep value is
inherited from the default for CALS table, so you need to override that.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@...


----- Original Message -----
From: "paul_moloney" <paul_moloney@...>
To: <docbook-apps@...>
Sent: Wednesday, February 21, 2007 9:56 AM
Subject: Re: [docbook-apps] Turning off table side borders


>
>
> Bob Stayton wrote:
>>
>> The template named 'table.frame' is called after the
>> table.table.properties
>> attribute-set is applied.  It processes the table @frame attribute to
>> choose the table border style, and CALS defaults to 'all'.  Since you
>> are
>> setting your own borders, you could just make table.frame an empty
>> template
>> in your customization to turn it off.
>>
>
> Thanks Bob; that worked for the border around the table. However, the
> left/right hand borders of the cells are still there (table now looks
> like a
> tic-tac-toe grid).
>
> Is there another relevant template I need to override so that
> table.cell.properties is applied to each cell?
>
> Regards,
>
> P.
>
> --
> View this message in context:
> http://www.nabble.com/Turning-off-table-side-borders-tf3268123.html#a9085789
> Sent from the docbook apps mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@...
> For additional commands, e-mail: docbook-apps-help@...
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@...
For additional commands, e-mail: docbook-apps-help@...

 « Return to Thread: Turning off table side borders