Global It Leader!!



 
 

HTML A4 용지 출력 HTML 소스

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 5,127회 작성일 16-10-26 11:01

본문

<!doctype html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus?">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <title>Page Print Example</title>
  <style type="text/css">
  body {
    background: #cccccc;
  }
  page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  }
  page[size="A4"] { 
    width: 21cm;
    height: 29.7cm;
  }
  page[size="A4"][layout="portrait"] {
    width: 29.7cm;
    height: 21cm; 
  }
  hr[is-divide="true"] {
   height:0; margin:0; padding:0; border:none !important;
  }
  [is-divide="true"] {
   page-break-after: always;
  }
  page[size="A3"] {
    width: 29.7cm;
    height: 42cm;
  }
  page[size="A3"][layout="portrait"] {
    width: 42cm;
    height: 29.7cm; 
  }
  page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
  }
  page[size="A5"][layout="portrait"] {
    width: 21cm;
    height: 14.8cm; 
  }
  @media print {
    body, page {
   margin: 0;
   box-shadow: 0;
    }
  }
 </style>
 </head>
 <body>
  <page size="A4">
   <h1>A4 용지 세로 1 이어서</h1>
  </page>
  <page size="A4">
   <h1>A4 용지 세로 2 이어서</h1>  
  </page>
  <hr is-divide="true">
  <page size="A4" is-divide="true">
   <h1>A4 용지 세로 1 분리</h1>
  </page>  
  <page size="A4" is-divide="true">
   <h1>A4 용지 세로 2 분리</h1>  
  </page>
  <page size="A4" layout="portrait">
   <h1>A4 용지 가로</h1>  
  </page>
  <page size="A5">
   <h1>A5 용지 세로</h1>  
  </page>
  <page size="A5" layout="portrait">
   <h1>A5 용지 가로</h1>  
  </page>
  <page size="A3">
   <h1>A3 용지 세로</h1>  
  </page>
  <page size="A3" layout="portrait">
   <h1>A3 용지 가로</h1>    
  </page> 
  <script type="text/javascript">
   window.onload = function() {
    window.print();
   };
  </script>
 </body>
</html>
출처 : http://www.jkun.net/554

댓글목록

등록된 댓글이 없습니다.

전체 440
게시물 검색
컴퓨터언어 목록
번호 제목 글쓴이 조회 날짜
380 모바일 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5154 03-30
379 모바일 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3617 03-25
378 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7266 03-19
377 모바일 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3667 03-18
376 모바일 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3941 03-18
375 모바일 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4205 03-18
374 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4143 03-02
373 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3966 03-02
372 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3775 02-23
371 HTML no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4074 01-16
370 정규표현식 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3659 01-03
369 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3958 12-27
368 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4297 12-21
367 HTML no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3883 12-11
366 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4085 11-10
365 Mysql no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4127 11-02
364 Mysql no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5763 11-02
363 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4013 10-26
열람중 HTML no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5128 10-26
361 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8461 10-26