[answered]how to put multiple lines on a submit button
Posted: Tue Jun 28, 2005 7:36 am
is it possible to have a button with multiple lines?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<input type="e;submit"e; name="e;submit"e; value="e;Submit\r\nNew Line"e; />Code: Select all
<input type="e;submit"e; name="e;submit"e; value="e;Submit
New Line"e; />Code: Select all
<button>
test blah bling<br>
bling bling bling
</button>