Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Kohana 3 フォームにスタイルを追加するにはどうすればよいですか。
<?= Form::input('new_tag', '', 'style="height:1000px;"');?>
これはうまくいかないようです。配列として 3 番目のパラメーターが必要であると不平を言っています。何か案は?
CSS を使用します。スタイリングはここには属しません。