A fairly common design pattern in web forms is to have some explanatory help text for a textfield appear inside the text field, and then remove it when the user clicks into that field. It has the benefit of putting the help precisely where the user's looking. Something like this: Enter your favourite colour: Lots of people have done this, and I've done it too. jquery.labelify.js is a jQuery plugin