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.
PHP (ms-word ヘッダーを含む HTML) で単語文書を生成していますが、改ページを作成する方法はありますか?
<p> </p>現在、ページが変わるまでいろいろと考えていますが、満足にはほど遠いです。
<p> </p>
動作するかどうかはテストしていませんが、試すことができます:
<div style="page-break-before:always" />
ページ分割は、HTMLでは意味がありません。次のページにあるはずのテキストをマークアップする方がエレガントです。