Hi,
I'd like to have the word 'search' in the search field box in the sidebar. When it then is clicked on (gets focus) - i'd like that box to clear ready for what ever search text is to be entered.
How can i do this please?
Thank you
Hi,
I'd like to have the word 'search' in the search field box in the sidebar. When it then is clicked on (gets focus) - i'd like that box to clear ready for what ever search text is to be entered.
How can i do this please?
Thank you
Add this bit to your search form's <input> tag:
onfocus="this.value=''" value="search"
Thats great - will try it later. Thank you!!!
This topic has been closed to new replies.