Skip to main content
make it more readable without scrollbars
Source Link
C.d.
  • 10k
  • 7
  • 43
  • 52

EDIT:

<input   type="text"   placeholder="enter your text"   onfocus="this.placeholder = ''"   onblur="this.placeholder = 'enter your text'" /> 

EDIT:

<input type="text" placeholder="enter your text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'enter your text'" /> 
<input   type="text"   placeholder="enter your text"   onfocus="this.placeholder = ''"  onblur="this.placeholder = 'enter your text'" /> 
Adapted code to user request.
Source Link
MatuDuke
  • 5k
  • 1
  • 25
  • 28

EDIT:

<input type="text" placeholder="enter your text "text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'enter your text'" /> 
<input type="text" placeholder="enter your text " onfocus="this.placeholder = ''" /> 

EDIT:

<input type="text" placeholder="enter your text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'enter your text'" /> 
Source Link
MatuDuke
  • 5k
  • 1
  • 25
  • 28

<input type="text" placeholder="enter your text " onfocus="this.placeholder = ''" />