From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18724 Path: main.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: wiki and tables Date: Sat, 05 Mar 2005 18:23:57 +0100 Message-ID: <4229EB2D.2080405@guest.arnes.si> References: <20050304182602.GB2785@localhost.localdomain> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110043346 27994 80.91.229.2 (5 Mar 2005 17:22:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2005 17:22:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 05 18:22:26 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7cyr-00064p-2d for gctc-ntg-context-518@m.gmane.org; Sat, 05 Mar 2005 18:22:21 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B275712861; Sat, 5 Mar 2005 18:27:40 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07686-06; Sat, 5 Mar 2005 18:27:40 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA8A112862; Sat, 5 Mar 2005 18:24:17 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0726212862 for ; Sat, 5 Mar 2005 18:24:16 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05942-04-2 for ; Sat, 5 Mar 2005 18:24:15 +0100 (CET) Original-Received: from acheron.informatik.uni-muenchen.de (acheron.informatik.uni-muenchen.de [129.187.214.135]) by ronja.ntg.nl (Postfix) with ESMTP id 46F4612861 for ; Sat, 5 Mar 2005 18:24:15 +0100 (CET) Original-Received: from internaldeliver.acheron.informatik.uni-muenchen.de (localhost [127.0.0.1]) by acheron.informatik.uni-muenchen.de (Postfix) with ESMTP id 07465435DF for ; Sat, 5 Mar 2005 18:24:15 +0100 (CET) Original-Received: from [194.249.10.222] (ar20-30i.dial-up.arnes.si [194.249.10.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by acheron.informatik.uni-muenchen.de (Postfix) with ESMTP id 0951E435D9 for ; Sat, 5 Mar 2005 18:24:14 +0100 (CET) User-Agent: Mozilla/4.5-4.75 (Windows; U; Windows NT 5.1; sl-SI; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: sl, en, en-us, de Original-To: mailing list for ConTeXt users In-Reply-To: <20050304182602.GB2785@localhost.localdomain> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18724 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18724 Paul Tremblay wrote: > The wiki states that it supporst XHTML tables. I want to create tables > in this format, or as close as possible. In XHTML, you control borders > and other characteristics by CSS. > > So how does one do the same in the wiki? > > >
for the simplest case, otherwise just take a look at any HTML table you like and copy the definition. The majority probably works. Mojca