Jump to content

Multiple Lies on Submit Button


therealwesfoster

Recommended Posts

Let's say I want to have an HTML button have 2 lines of text, for example (neither of the following codes work. they are just examples of what I need to do):

<input type="submit" name="button" value="Line1\nLine2" />

<input type="submit" name="button" value="Line1
Line2" />

 

How can I achieve this?

Link to comment
https://forums.phpfreaks.com/topic/165101-multiple-lies-on-submit-button/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.