我正在使用JavaScript的HTML表單和它的作品,但兩個按鈕:取消並提交都在單獨的行(一個在另一個之上)。我怎樣才能讓它們水平對齊?如何把在同一水平對齊兩個按鈕?
這裏是我的代碼:
var new_comment_form = "<form id='add_comment' method='post'><textarea name='problem_comment' cols=60 rows=6 id='problem_comment'>" + problem_comment_text + "</textarea><input type='hidden' id='problem_id' name='problem_id' value='" + problem_id + "' /><input type='hidden' id='problem_comment_id' value='" + problem_comment_id + "' /><input type='submit' class='button' value='Edit Message' /><input type='button' class='button' id='cancel_comment' data-problem_id='" + problem_id + "' value='Cancel' /></form>";
順便說一下,它看起來非常凌亂:)人們怎樣通常做這樣的事情,使得它更乾淨?
謝謝!
表只顯示錶格數據。 –