Description for forms in tables?

L

Leif K-Brooks

I'm doing forms something like this:

<form ...>
<table>
<tr>
<th>Some field</th>
<td><input ...></td>
</tr>
</table>

But I need to give some fields descriptions with instructions on what to
fill out, etc. Any ideas?
 
T

Toby A Inkster

Leif said:
I'm doing forms something like this:

<form ...>
<table>
<tr>
<th>Some field</th>
<td><input ...></td>
</tr>
</table>

But I need to give some fields descriptions with instructions on what to
fill out, etc. Any ideas?

A third column with descriptions?

And don't forget your <label> elements.
 
L

Leif K-Brooks

Toby said:
A third column with descriptions?

Maybe, but it wouldn't really look right. Also, I don't see how the row
header would describe the description.
 

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,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top