I want to know how to place an image in a Stack Overflow question. I have a screenshot file which is output of my code. So I want show that image in my question from local file system. I tried with <img> tag option, but it is asking me url of the image.

link|improve this question
Really a meta.stackoverflow.com question – Dustin Laine Mar 16 '10 at 7:26
this question should be on meta instead – Isak Savo Mar 16 '10 at 7:26
1  
feedback

migrated from stackoverflow.com Mar 16 '10 at 7:29

This question came from our site for professional and enthusiast programmers.

2 Answers

Upload your image to a free image hosting site and then specify the url with tag. ex: tinypic.com or imageshack.us

link|improve this answer
feedback

Upload it to a image hoster and use it like a link, Reference is here:

Editing Help

link|improve this answer
2  
I hate that since you never know if they're going to be around long-term. I'd prefer ASCII art myself. – paxdiablo Mar 16 '10 at 7:27
feedback

You must log in to answer this question.