[Bug 11494] I would like a simple direct way to say that a table, or all tables in a document, should be drawn using single lines. I produce puzzles as a business, so the tables that I have on my webpages are crossword diagrams, Sudoku diagrams, chess diagrams, and

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11494

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jackalmage@gmail.com
         Resolution|                            |WORKSFORME

--- Comment #2 from Tab Atkins Jr. <jackalmage@gmail.com> 2010-12-07 23:01:52 UTC ---
This is a CSS issue.  It can be trivially achieved with code similar to the
following:

table {
  border-collapse: collapse;
  border: 1px solid black;
}

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 7 December 2010 23:01:55 UTC