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.
私の Web ページでは、左上に幅 3 インチ、高さ 4 インチのデータを持つコンテンツがあります。電車の切符やバスの切符のような小さなページに印刷したい。それを小さな印刷可能な形式に変換するにはどうすればよいですか。
次のように個別の印刷スタイルシートを作成します。
<link rel="stylesheet" href="print.css" type="text/css" media="print" />
このスタイルシート内のテキストを必要なサイズに変更すると、ユーザーが印刷するとそのサイズになります。=)