How do I make an template that allows info to be typed on lines?

E

EGB Prog

I am creating an application with lines where students will fill in
info...how to I make the lines so that they can type on them?
 
H

Horatio J. Bilge, Jr.

The might be other ways, but what I generally do is to create a table, and
the cells where you want data have a bottom border. For example, if the first
line of your form needs Name, Grade, and Date, you would have 6 cells in that
line: "Name," blank, "Grade," blank, "Date," and blank. The blank cells get a
bottom border, and the others get no border. You can also put a text form
field in the cells where you want student input.

~ Horatio
 

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

Top