|
Posted by Jukka K. Korpela on 02/21/07 10:15
Scripsit jodleren:
>>> I have one check box,
>>
>> No, not on the page that you specified.
>
> Now I do :-)
>
> http://my.tele2.ee/sonnich/test.htm
But that's not what you _really_ have it, is it? It would be poor design to
put a checkbox after its label, since everyone and his brother puts them in
the other order. And you still have two empty cells, which make the table
layout more difficult.
> Here it is clear, that on one line the comments would not be aligned
> if they all were right after the input. Therefore I'd like to use a
> table
Why _should_ a comment be placed far away from the field that it relates to,
just to align it vertically with other comments? It surely relates to the
field, not the other comments. (If not, then why is it there?)
Anyway, you could simply make the first two rows a single table, followed by
the textarea (preceded by its label) and the buttons, though the "Delete"
button looks suspiciously like the destruction button ("reset button").
There's no apparent reason for making the entire contents of the form a
single table. You can use e.g. some special background color for the entire
form to indicate that its parts belong together logically.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|