Can we display image inside a text field in html?
Edit
What I want to do is to have an editable area, and want to add html objects inside it(i.e. button, image ..etc)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Image in text field:
You can do it with CSS.
Look this example:
http://jsfiddle.net/oscarj24/zy7YP/1/
CSS:
HTML:
According to your post edit, maybe this helps.
Editable area with objects inside:
http://jsfiddle.net/oscarj24/VSWNX/