We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To leave blank space between two buttons, you have multiple choices:
Add an html space entity between them (The semicolon is part of the character entity)
Short list of HTML character entities
All HTML character entities
Use CSS Styles
<input class="btn btn-right-space" value="Submit" type="button"> <input class="btn btn-right-space" value="Cancel" type="button">
.btn-right-space { margin-right: 5px; }
There was an error while loading. Please reload this page.