CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Button

  1. #1
    Join Date
    Jan 2003
    Posts
    31

    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

  2. #2
    Join Date
    Jan 2003
    Location
    North Carolina
    Posts
    309
    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.

  3. #3
    Join Date
    Jan 2003
    Posts
    31
    It's ok i found a way


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

    It was pretty simple

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured