-1
どのようにこのボタンを1行に入れることができますか?これは私がBTNのBTN-主なタグによって推測しているブートストラップを使用している場合1つの行に2つのボタン
<form method="post">
<button type="submit" name="render_button" class='btn btn-block btn-primary' style="width:100px;height:30px;" > Render </button>
<button type="submit" name="check" class='btn btn-block btn-primary' style="width:100px;height:30px;" > Render2 </button>
</form>
として表示されるはず、
btn-block
クラスは、あなたの犯人だと思う、彼らは同じ行に両方です。 –これはブートストラップにありますか? –
^bootstrapに '.form-inline'がありますか? – Chay22