I've edited my comments.php to put a value inside the comments form (instead of outside like in the templates) and now I'm trying to get the value disappear when the user clicks inside the form box. However, adding a simple
- Code: Select all
onfocus="this.value=''"
isn't cutting it, as I'm getting all kinds of errors when I reload. Anyone know of a better solution?
Thanks!

