I was wondering if anyone knew of a way to create textboxes that look somewhat like the following example: http://www.123print.com/Full-Color-Business-Cards_Pie-Chart_Design-BAABIHEA The example shows a business card graphic with text boxes on it. If someones clicks on the text boxes, he can edit their content and move them around. My question is how to represent the checkboxes in HTML format. Confverting the displayed image into an actual image is no problem using php and the GD library. So my question is: what html element was used to create the editable text boxes? Thanks for your help.