vote up 2 vote down star

If you think you might know an answer, or have a good suggestion, should it be a comment or an answer?

Say you don't have the time currently to test your idea, or you are 80% sure, should this be a comment on the original post 'Have you tried... ?' or should you post it as an answer, and if it is voted up, accepted as the answer or you finally test it and confirm it, it is then edited to reflect the new stance.

Example (using simple CSS)

First Post

Have you tried setting it's display to inline?

Revision after being accepted

Simply set it's dispay to inline

example:

#element { 
   display: inline
}

In the past, I have made a suggestion in the comments, and it has been correct, and then someone else posted it as an answer which was accepted. After I posted it as the answer later however, I received the accepted answer. In this case, things worked well but I'm sure it's not always going to work like this.

migrated to meta.stackoverflow.com by alex, Bill the Lizard Aug 20 at 19:11

Browse other questions tagged or ask your own question.