1

I have created a form using HTML codes. I would like to do something like... prompting the user to type something into the form. For example, before I actually typed something in this box, the title actually prompted for:"What's your programming question? Be specific.". I would like to do something like this, how can I do it?

Thanks!

2
  • Can you clarify your question a bit? Where do you want the text displayed? Is it in the text box that you want them to type their question, or is it just text on the page? Commented Nov 21, 2010 at 7:05
  • I would like the text to be displayed IN the text box where user can type in their question. Commented Nov 21, 2010 at 7:07

2 Answers 2

1

You should check out this post on SO, it talks all about using a input textbox and watermarks.

Sign up to request clarification or add additional context in comments.

1 Comment

Oh yes, I got it! Thanks =) It's placeholder.
0

You are talking about watermarks on your input fields. If you are using jQuery you should have a look at this page: http://code.google.com/p/jquery-watermark/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.