Reputation: 249
Hello,
I want to create a HTML form to create a pdf file.
My problem : I don't find how create the boxes for the characters emplacements (see the following screen shot of an exemple of a pdf file)
It's just | and _ or image or an existing html element ?
Thanks,
Thomas
Upvotes: 0
Views: 48
Reputation: 33636
These should be regular form input
elements (most propably of type text
) as they're going to be filled by the user.
They won't look the same as in this image though by default (they'll look better), you'll need to style them accordingly.
Upvotes: 1