[NTG-context] How to increase left and right padding of cells in a natural table?

2006-06-22 Thread Nicolas Grilly
Hello, I'm using natural tables (\bTABLE ... \eTABLE) andI want to increase the space between the cells borders and the text inside the cells (CSS calls that left-padding and right-padding). I didn't use parameter "offset" because I want to increase only left and right padding. I don't

Re: [NTG-context] How to increase left and right padding of cells in a natural table?

2006-06-22 Thread Vit Zyka
Nicolas Grilly wrote: Hello, I'm using natural tables (\bTABLE ... \eTABLE) and/ /I want to increase the space between the cells borders and the text inside the cells (CSS calls that left-padding and right-padding). I didn't use parameter offset because I want to increase only left

Re: [NTG-context] How to increase left and right padding of cells in a natural table?

2006-06-22 Thread Nicolas Grilly
Vit, I just tried your solution, but it doesn't work: it adds space to the four side of table cells. But I want to add space ONLY TO LEFT AND RIGHT, not to top and bottom, like in the following illustration: - |My text|

Re: [NTG-context] How to increase left and right padding of cells in a natural table?

2006-06-22 Thread Hans Hagen
Nicolas Grilly wrote: Vit, I just tried your solution, but it doesn't work: it adds space to the four side of table cells. But I want to add space ONLY TO LEFT AND RIGHT, not to top and bottom, like in the following illustration: - |My text

Re: [NTG-context] How to increase left and right padding of cells in a natural table?

2006-06-22 Thread Nicolas Grilly
Hans, Thanks for your help, but I don't know where to put your code. I tried the following code (and other similar solutions) but it doesn't work: \bTABLE \bTR \bTH My Title \eTH \bTH Your title \eTH \eTR \bTR \bTD First try \eTD \bTD Second try \eTD \eTR \bTR \bTD First

Re: [NTG-context] How to increase left and right padding of cells in a natural table?

2006-06-22 Thread Vit Zyka
Hans Hagen wrote: Nicolas Grilly wrote: Vit, I just tried your solution, but it doesn't work: it adds space to the four side of table cells. But I want to add space ONLY TO LEFT AND RIGHT, not to top and bottom, like in the following illustration: - |

Re: [NTG-context] How to increase left and right padding of cells in a natural table?

2006-06-22 Thread Nicolas Grilly
Vit, Thanks for your quick answer. I tried your quick solution (\bTD \hskip1cm Second movie \hskip2cm\null\eTD) but it doesn't work when cell contains a multiline text: the left space is only present on the first line and the right space is only present on the last line. Andmy natural table