I am trying to place a TextBox inside html5. Is it possible to place a TextBox inside the Canvas? If it is, then please help me do it.
I am trying to place a TextBox inside html5. Is it possible to place
Share
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.
It’s really simple.
You have to put your textbox inside a div and then change the div position.
In order to do this, under your body tag:
Under your head tag:
By changing the left and top value you can place the textbox on your canvas.