Much to complicated.
Just have a look at the code.
(F 10)
If you see any <br> tag, remove it.
If your first field is surrounded by a <p> tag
remove this.
<form name="Test">
<input size=30 onFocus="this.value='Put your name here'" onBlur="alert(this.value); this.value=''">
<input size=30 onFocus="this.value='Where do you live?'" onBlur="alert(this.value); this.value=''">
<input size=30 onFocus="this.value='Your age, please...'" onBlur="alert(this.value); this.value=''">
</form>
Try it,
they're all in the same line and have a nice little
JavaScript effect.
Regards,
Buraje