Textbox on image

Joined
Dec 22, 2021
Messages
2
Reaction score
0
I have a link to a image, on the image i will set some textboxes (textareas) how is this possible?
 
Joined
Nov 13, 2020
Messages
302
Reaction score
38
The code you gave us makes an image an anchor, so you can't write on it which is what happens in a textarea.

Please re-phase your question.
 
Joined
Mar 3, 2021
Messages
240
Reaction score
30
I'm not much of a web guy, but you could set the image as a background on a tag used to contain the text areas and absolutely position them where they should appear.

HTML:
<html>
<body>
    <div style="background-image: url('https://i.ibb.co/Nm1897N/Pr-sentation.jpg'); background-repeat: no-repeat; height: 905px" border="0">
        <textarea style="position: absolute; left: 32px; top: 280px">test1</textarea>
        <textarea style="position: absolute; left: 238px; top: 280px">test2</textarea>
    </div>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top