Click to See Complete Forum and Search --> : Button


Detroit man
February 11th, 2003, 08:05 AM
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

antares686
February 12th, 2003, 04:59 AM
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.

Detroit man
February 12th, 2003, 08:27 AM
It's ok i found a way


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

It was pretty simple

Thanks