sdukes
03-11-2006, 05:14 AM
I am using the following code:
<textarea cols="55" rows="15" id="content">Enter your HTML Code Here</textarea><br />
<button onclick="pView()">Preview</button>
Is there a way to remove "Enter your HTML Code Here" when the mouse hovers over the <textarea> box?
<textarea cols="55" rows="15" id="content">Enter your HTML Code Here</textarea><br />
<button onclick="pView()">Preview</button>
Is there a way to remove "Enter your HTML Code Here" when the mouse hovers over the <textarea> box?