This question already has an answer here:

When posting a question on Stack Overflow where I am inserting a table it keeps coming out in the following format:

ID|Date

1|20111020 2|20111020 3|20111020 4|20111020 5|20111020

How can I do this correctly so someone doesn't have to keep editing my posts? I have looked at the advanced help but can't see the answer?

share|improve this question

marked as duplicate by Manishearth, Martijn Pieters, hims056, Rory, Lance Roberts Feb 27 at 14:37

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 2 down vote accepted

You can wrap your table in <pre> ... </pre> tags.

ID|Date
---------
1|20111020
2|20111020
3|20111020
4|20111020
5|20111020
share|improve this answer

Select the content that you want to format and click the {} icon.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged