Possible Duplicate:
How do I format my code blocks?
how to write code in a question/comments on stackoverflow?
how to write code in a question/comments on stackoverflow? |
|||
|
|
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.
|
Before and after your code block press the ` (backtick) key followed by a blank space. Backtick key is here on most english keyboards:
|
|||||
|
|
Above the text box there is a button with curly braces. Mark your code and push that button. |
|||
|
|
|
If you add four spaces before a line, it will become code. Otherwise you can copy and paste your code into the text box. Select it, then press the {} button at the top of the form to turn it into code. |
|||
|
|
|
It tells you on the right side when you are writing the question. I believe it is 4 spaces in front of each line of code. |
|||
|
|
|
Put it within backticks or indent the lines with four spaces. This information is clearly provided to you when you go to the post-a-question link. |
|||||||
|