Forum Moderators: open
Thank you for trying to help.
I don't understand your suggestion, as far as I can see the code snippets are identical bar the contents of the value attribute, and when you say "newline" what do you mean I don't think you mean a "newline code" - or do you?. I am already using the value field and it is this content that I want to wrap for example:
<input type="button" value="Hello World ¦ the second line">
For my current case I don't actually want to hard wire it, rather have it wrap as a consequence of the button size, but it would also be good to know if a line break "code" can be included in a text string to force it.
So the question remains how do I acheive this?
thanks................ liz
value="blah blah blah[Enter]
Now I am on a new line[Enter]
and now I am on a 3rd line"
When the button is rendered, each row of text will appear on a new line.