[NTG-context] Cellspacing like in HTML-Tables?

2014-04-09 Thread jaheinen
Thanx Wolfgang, that was new to me.

But what I need is spacing betwern the cells ... every cell has its own frame 
with spacing between the frames.

Janis___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Cellspacing like in HTML-Tables?

2014-04-07 Thread Jan Heinen

  
  
Do you know cellspacing for HTML-Tables?
How to do something simmilar for TABLE in ConTeXt?

\starttext
   \bTABLE
  \bTR
          \bTD{Text 1}\eTD
          \bTD{Text 2}\eTD
  \eTR
   \eTABLE
\stoptext



-- 
  
  
  
  
  
  
  
  
  
  
  

  
  


  Dr. Jörg Kopp
  
  Am Pützberg 2
  51674 Wiehl
  
  Tel.: 02262/751086
  eMail: i...@dr-kopp.com
  Internet: www.dr-kopp.com
  
  

  

  
  

  

  

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Cellspacing like in HTML-Tables?

2014-04-07 Thread Wolfgang Schuster

Am 07.04.2014 um 23:49 schrieb Jan Heinen jahei...@gmx.de:

 Do you know cellspacing for HTML-Tables?
 How to do something simmilar for TABLE in ConTeXt?
 
 \starttext
\bTABLE
   \bTR
   \bTD{Text 1}\eTD
   \bTD{Text 2}\eTD
   \eTR
\eTABLE
 \stoptext


\starttext

\bTABLE
  \bTR[offset=1cm]
\bTD A \eTD
\bTD B \eTD
  \eTR
\eTABLE

\bTABLE
  \bTR
\bTD[loffset=1cm] A \eTD
\bTD[toffset=1cm] B \eTD
\bTD[roffset=1cm] C \eTD
\bTD[boffset=1cm] D \eTD
  \eTR
\eTABLE

\bTABLE
  \bTR
\bTD[width=1cm] A \eTD
\bTD[height=1cm] B \eTD
  \eTR
\eTABLE

\stoptext

Wolfgang

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___