Button

Hi all
I want to put that text on my button but i want it to be on top of the other
Here there a way to change line in a value of a button?
EX:<input type=button name=top value=Hello[B]<br></B>??there
[242 byte] By [Detroit man] at [2007-11-18 2:14:30]
# 1 Re: Button
Sorry, I am a bit confused.

Are you saying you want the button to read

Hello
There

or is there something else.

If as above I know of no way this can be done with the input type button.

Even if you set the height and width of the button it will not wrap the text.

You could however possible create your own button by using a table with borders and based on mouse down and up change the edge shading to make look like a real button.
antares686 at 2007-11-8 0:13:32 >
# 2 Re: Button
It's ok i found a way

<BUTTON>HELLO <BR> THERE </BUTTON>

It was pretty simple

Thanks
Detroit man at 2007-11-8 0:14:36 >