Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Artpro</title>
- <style>
- body {
- width: 8.27in;
- margin: 0in .2in;
- }
- .label{
- /* Avery 5160 labels */
- width: 3.24016in; /* plus .6 inches from padding */
- height: 1.381in; /* plus .125 inches from padding */
- padding: .125in 0 .05in .3in;
- margin-right: .515in; /* the gutter */
- float: left;
- /*text-align: center;*/
- overflow: hidden;
- outline: 1px dotted; /*outline doesn't occupy space like border does */
- }
- </style>
- <script>
- var t;
- function prt()
- {
- clearTimeout(t);
- window.print();
- }
- t=setTimeout("prt()",1000);
- </script>
- </head>
- <body>
- <?php
- $max = 15; // if max then 15 :/ i cri
- $str1 = "<b>Title </b></br>Fname Lname</br>Media Type</br>200x500 cm</br>1958";
- for ($i=0; $i <= 16; $i++) {
- echo'<div class="label">'. $str1.'</div>';
- }
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment