Guest User

Untitled

a guest
Sep 12th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Form elements have same width but are not showing aligned
  2. <input name="phone" type="text" id="phone" style=" font-family: Verdana; color:#FFFFFF; font-size: 13px;background-color: #0E0E0F; border: 1px solid #740086; width:385px; margin-bottom:10px;" size="38" value="Phone #" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>
  3. <textarea
  4. name="message"
  5. cols="38"
  6. rows="12"
  7. id="message"
  8. style="font-family:Verdana; color:#FFFFFF; font-size:13px; background-color:#0E0E0F; border:1px solid #740086; width:38px; margin-bottom:10px;overflow:hidden;"
  9. onFocus="if(this.value==this.defaultValue)this.value='';"
  10. onBlur="if(this.value=='')this.value=this.defaultValue;">
  11. Message
  12.  
  13. textarea, input { padding: 2px; }
Add Comment
Please, Sign In to add comment