From: Stefano Crocco Date: 2008-06-30T23:41:12+09:00 Subject: Re: creating tables with internal borders with RedCloth On Monday 30 June 2008, Hassan Schroeder wrote: > On Mon, Jun 30, 2008 at 4:06 AM, Stefano Crocco wrote: > > What you suggested puts a border around each cell, but a border which is > > separated from the border around the neighbour cells > > If you're going to do web work, you need to learn CSS. In this case, > reading , particularly > section 17.6 Borders, should help. > > FWIW, I read that document before sending the first post, but not well enough, it seems. Having seen the expression "separated borders model", and the figure which goes with it, I too quickly assumed it wasn't what I was looking for (I wanted united borders, not separated ones). At any rate, reading some of the previous answers, I looked back at it and, before my last post, decided to try changing the border-spacing attribute, but by mistake changed it in the td element instead of the table, and so it didn't work. At any rate, setting the border-spacing attribute to 0 for the table solved the problem. Thanks Stefano