2-Line Button Creation?
Brand-spanking-new to CoffeeCup. Please bear with me:D
I can't seem to find a way to create a button that has two lines on it.
For instance, the button:
HELP ME DESIGN
MY NEWSLETTER
This needs to be in two lines because there is too much copy to make one long button.
Can anyone help me with this?
Thanks in advance!!
Rod
I can't seem to find a way to create a button that has two lines on it.
For instance, the button:
HELP ME DESIGN
MY NEWSLETTER
This needs to be in two lines because there is too much copy to make one long button.
Can anyone help me with this?
Thanks in advance!!
Rod
This works for me.

<button type="button">HELP ME DESIGN<br />
MY NEWSLETTER</button>
MY NEWSLETTER</button>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Rod,
You didn't say whether or not you want to link the button to a form, web page, popup, etc...
Eric fired off a literal interpretation for you. However, some knowledge of JavaScript would be needed to make it work as a hyperlink rather than a form element. Refer to the following for a little refresher on the button tag, http://www.javascriptkit.com/howto/button.shtml.
You didn't say whether or not you want to link the button to a form, web page, popup, etc...
Eric fired off a literal interpretation for you. However, some knowledge of JavaScript would be needed to make it work as a hyperlink rather than a form element. Refer to the following for a little refresher on the button tag, http://www.javascriptkit.com/howto/button.shtml.
Let's not get all hurt.
Tweaked the first post for ya.
Here's another.
Put the text for your button on two separate lines as posted.
<a href="http://coffeecup.com">
<button type="button">HELP ME DESIGN<br />
MY NEWSLETTER</button></a>
<button type="button">HELP ME DESIGN<br />
MY NEWSLETTER</button></a>
Here's another.
<H3 ALIGN="CENTER">
<FORM METHOD="GET" ACTION="http://coffeecup.com">
<INPUT TYPE="submit" VALUE="HELP ME DESIGN
MY NEWSLETTER">
</FORM></H3>
<FORM METHOD="GET" ACTION="http://coffeecup.com">
<INPUT TYPE="submit" VALUE="HELP ME DESIGN
MY NEWSLETTER">
</FORM></H3>
Put the text for your button on two separate lines as posted.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.