Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #363196

    Hi,
    On the following page, I have a bunch of buttons for practice areas. I want the buttons to say “Personal Injury Portal” and then have “to learn more” on the next line but still inside the button. How do I do this?
    Thanks so much for your help!
    Gabe

    #363413

    you can use simple HTML tags inside the button.

    So for the button label, you should be able to simply write:
    Personal Injury Portal<br>to learn more

    <br> is for a line break in HTML.
    <b> is for bold
    <p> is for paragraph
    and so on.

    For all HTML tags see: http://www.w3schools.com/tags/default.asp

    You also could put in images, tables or even forms inside a button if you wanted to.

    #363901

    Hey!

    Looks like you got it sorted. Thanks for the help Flikk!

    Cheers!
    Elliott

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.