Posted by Jukka K. Korpela on 05/25/05 22:58
coolsti <coo@nospam.com> wrote:
> But how can I get word wrapping to also work for
> the value field of the button?
It's basically under the control of the browser. Get used to it.
We might go into details on ways to try to affect browsers in this
issue, but it's almost always a wrong question. If you need to ask, the
text of the button is too long.
Instead of
<input type="submit" value=
"I would like to subscribe to your gorgeous newsletter NOW!!!">
use e.g.
Subscription to our gorgeous newsletter is free:
<input type="submit" value="subscribe">
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
Navigation:
[Reply to this message]
|