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
Post a Comment