html - Displaying Two Form Buttons Inline -


i've got 2 form buttons this:

<input type="submit" value="post"/> <input type="button" value="cancel"/> 

they displaying 1 below each other.

how can display them inline?

has wrong css input's not block elements

and, can see in example, (click in preview button) simple plain html shows them inline


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -