The tables tag has no wiki summary.
1
vote
0answers
61 views
Drawing tables while answering [duplicate]
I found table of this kind while surfing for some stuff on Stackoverflow
╔═════════╦═══════════╦══════════╗
║ Col1 ║ col2 ║ col3 ║
╠═════════╬═══════════╬══════════╣
║ 1 ║ 3 ...
1
vote
1answer
72 views
display tabular data [duplicate]
Possible Duplicate:
Easier way to represent DB tables when asking DB questions
How do I represent formatted tabular data in Stackoverflow ?
Basically I need to show content of a table; ...
4
votes
3answers
300 views
Table in Answers & Questions [duplicate]
Possible Duplicate:
Is there any markdown to create tables?
I want to use a table in my answer.
e.g
|-------------|----------------|
| ShortCut | Description |
...
1
vote
1answer
457 views
Do you know any online tool that creates ASCII Tables for proper use on Stack Exchange? [closed]
There is one I know at http://www.sensefulsolutions.com/2010/10/format-text-as-table.html that takes a TAB delimited input and formats as Ascii Table.
But do you know other such online tools, that ...
10
votes
3answers
203 views
Please make table previews match actual output
I just edited an answer of mine about a dozen times, because the result of my tables as shown in the preview, didn't match what was actually shown when posted. So I had to keep re-editing until it ...
188
votes
9answers
41k views
Is there any markdown to create tables?
It seems like a lot of people try to display tables in SO questions but don't do a very good job. Is there any markdown syntax that supports creating a proper table?
0
votes
0answers
86 views
Is there any particular reason why SO comments rendered as table? [duplicate]
Possible Duplicate:
When did SO start using tables for layout?
I don't see any benefit not to use divs instead.
Do I miss something?
I'm talking about this. This is the HTML to each ...
15
votes
3answers
320 views
Best way to include table (of data) in a question
I would like to ask a question on Stack Overflow which includes a table of data from a MySQL database. What is the best way to include a table of data in a question?
20
votes
8answers
1k views
When and why did SO start using tables for layout?
I remember looking at some SO source markup months ago, and it was basically <div> heaven. The pure CSS zealots would've loved it. But today I look and see...
<DIV id="question" class="">
...

