Consider this: ================================================================== <HTML> <BODY> <FORM method=GET action="http://www.altavista.com/cgi-bin/query"> <P> <textarea name=q cols=68 rows=8></textarea> <P> <textarea name=r cols=71 rows=1></textarea> <P> <textarea name=r cols=67 rows=1></textarea> </FORM> </BODY> </HTML> ================================================================== With numbers shows for links, the last textarea "overflows" to the next row (though the requested size is smaller than for the last-but-one). The last one has the number "10", BTW. ;-) Obviously, the code to fine-tune the length of the textarea ignores the fact that some numbers have more than one digit... Ilya P.S. BTW, Thomas, this may be related to textareas "overflowing" to behind the right edge of the display within tables. The "cols" is allocated when the textarea sits at the left border, but is not reported to the drawing engine (?). Because of this the engine thinks that this column is very narrow, and moves to the right. Then the "cols" is not recalculated. ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
