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
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.
Hey!
Looks like you got it sorted. Thanks for the help Flikk!
Cheers!
Elliott