{"id":157,"date":"2009-10-15T00:54:36","date_gmt":"2009-10-14T17:54:36","guid":{"rendered":"http:\/\/ibatt.info\/?p=157"},"modified":"2009-10-15T01:04:28","modified_gmt":"2009-10-14T18:04:28","slug":"printing-table-header-footer-on-every-page-with-css","status":"publish","type":"post","link":"http:\/\/ibatt.info\/web\/?p=157","title":{"rendered":"Printing Table Header &#038; Footer on every page with CSS"},"content":{"rendered":"<p>\u0e1e\u0e2d\u0e14\u0e35\u0e27\u0e48\u0e32\u0e21\u0e31\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e17\u0e33\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e41\u0e1a\u0e1a html \u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e32\u0e23\u0e32\u0e07\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e22\u0e2d\u0e30\u0e46 \u0e2d\u0e22\u0e32\u0e01\u0e43\u0e2b\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e31\u0e48\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e1b\u0e23\u0e34\u0e4a\u0e19\u0e17\u0e4c(print) \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e21\u0e31\u0e19\u0e40\u0e01\u0e34\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e23\u0e30\u0e14\u0e32\u0e29 header \u0e01\u0e31\u0e1a footer \u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e2a\u0e14\u0e07\u0e14\u0e49\u0e27\u0e22\u0e17\u0e38\u0e01\u0e2b\u0e19\u0e49\u0e32<\/p>\n<p>(\u0e41\u0e2d\u0e1a\u0e1a\u0e48\u0e19 \u0e40\u0e02\u0e32\u0e1a\u0e2d\u0e01\u0e27\u0e48\u0e32\u0e21\u0e35\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27 \u0e44\u0e1b\u0e14\u0e39\u0e01\u0e30\u0e08\u0e30\u0e25\u0e2d\u0e01 \u0e41\u0e15\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e47\u0e19\u0e44\u0e14\u0e49\u0e2a\u0e07\u0e2a\u0e31\u0e22\u0e08\u0e30\u0e40\u0e02\u0e35\u0e22\u0e19\u0e44\u0e21\u0e48\u0e04\u0e23\u0e1a \u0e44\u0e21\u0e48\u0e07\u0e49\u0e2d\u0e2b\u0e23\u0e2d\u0e01)<\/p>\n<h2><span style=\"color: #800080;\"><span style=\"color: #000000;\"><strong>in .css<\/strong><\/span><\/span><\/h2>\n<address><span style=\"color: #800080;\"><span style=\"color: #000000;\"><span style=\"color: #ff0000;\">*** \u0e16\u0e49\u0e32\u0e08\u0e30\u0e43\u0e2b\u0e49\u0e21\u0e31\u0e19\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e21\u0e37\u0e48\u0e2d print \u0e14\u0e49\u0e27\u0e22 \u0e2d\u0e22\u0e48\u0e32\u0e25\u0e37\u0e21 media=&#8221;print&#8221; \u0e19\u0e30\u0e08\u0e4a<\/span><span style=\"color: #ff0000;\">\u0e30<\/span><\/span><\/span><\/address>\n<pre><span style=\"color: #000080;\"><span style=\"color: #800080;\">&lt;style type=<span style=\"color: #0000ff;\">\"text\/css\"<\/span> media=<span style=\"color: #0000ff;\">\"print,screen\"<\/span> &gt;<\/span><\/span>\r\nth {\r\n  font-family:Tahoma;\r\n  color:black;\r\n  background-color:#DDDDDD;\r\n}\r\nthead {display:table-header-group;}\r\ntbody {display:table-row-group;}\r\ntfoot {display: table-footer-group;}\r\n<span style=\"color: #000080;\"><span style=\"color: #800080;\">&lt;\/style&gt;<\/span><\/span><\/pre>\n<h2>in .html<\/h2>\n<pre><span style=\"color: #008080;\">&lt;table border=<span style=\"color: #0000ff;\">\"1\"<\/span> cellpadding=<span style=\"color: #0000ff;\">\"2\"<\/span> cellspacing=<span style=\"color: #0000ff;\">\"0\"<\/span>&gt;<\/span>\r\n<span style=\"color: #008080;\">  <\/span><span style=\"color: #008080;\">&lt;thead&gt;<\/span>\r\n<span style=\"color: #008080;\">    <\/span><span style=\"color: #008080;\">&lt;tr&gt;<\/span>\r\n<span style=\"color: #008080;\">      <\/span><span style=\"color: #008080;\">&lt;th&gt;<\/span>ID<span style=\"color: #008080;\">&lt;\/th&gt;<\/span>\r\n<span style=\"color: #008080;\">      <\/span><span style=\"color: #008080;\">&lt;th&gt;<\/span>First Name<span style=\"color: #008080;\">&lt;\/th&gt;<\/span>\r\n<span style=\"color: #008080;\">      <\/span><span style=\"color: #008080;\">&lt;th&gt;<\/span>Last Name<span style=\"color: #008080;\">&lt;\/th&gt;<\/span>\r\n<span style=\"color: #008080;\">    <\/span><span style=\"color: #008080;\">&lt;\/tr&gt;<\/span>\r\n<span style=\"color: #008080;\">  &lt;\/thead&gt;<\/span>\r\n<span style=\"color: #008080;\">  <\/span><span style=\"color: #008080;\">&lt;tbody&gt;<\/span>\r\n<span style=\"color: #008080;\">    <\/span><span style=\"color: #008080;\">&lt;tr&gt;<\/span>\r\n<span style=\"color: #008080;\">      <\/span><span style=\"color: #008080;\">&lt;td&gt;<\/span>1<span style=\"color: #008080;\">&lt;\/td&gt;<\/span>\r\n<span style=\"color: #008080;\">      <\/span><span style=\"color: #008080;\">&lt;td&gt;<\/span>xxxxx<span style=\"color: #008080;\">&lt;\/td&gt;<\/span>\r\n<span style=\"color: #008080;\">      <\/span><span style=\"color: #008080;\">&lt;td&gt;<\/span>yyyyy<span style=\"color: #008080;\">&lt;\/td&gt;<\/span>\r\n<span style=\"color: #008080;\">    <\/span><span style=\"color: #008080;\">&lt;\/tr&gt;<\/span>\r\n<span style=\"color: #008080;\">  &lt;\/tbody&gt;<\/span>\r\n<span style=\"color: #008080;\">&lt;\/table&gt;<\/span><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u0e1e\u0e2d\u0e14\u0e35\u0e27\u0e48\u0e32\u0e21\u0e31\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e17\u0e33\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e41\u0e1a\u0e1a html \u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e32\u0e23\u0e32\u0e07\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e22\u0e2d\u0e30\u0e46 \u0e2d\u0e22\u0e32\u0e01\u0e43\u0e2b\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e31\u0e48\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e1b\u0e23\u0e34\u0e4a\u0e19\u0e17\u0e4c(print) \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e21\u0e31\u0e19\u0e40\u0e01\u0e34\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e23\u0e30\u0e14\u0e32\u0e29 header \u0e01\u0e31\u0e1a footer \u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e2a\u0e14\u0e07\u0e14\u0e49\u0e27\u0e22\u0e17\u0e38\u0e01\u0e2b\u0e19\u0e49\u0e32 (\u0e41\u0e2d\u0e1a\u0e1a\u0e48\u0e19 \u0e40\u0e02\u0e32\u0e1a\u0e2d\u0e01\u0e27\u0e48\u0e32\u0e21\u0e35\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27 \u0e44\u0e1b\u0e14\u0e39\u0e01\u0e30\u0e08\u0e30\u0e25\u0e2d\u0e01 \u0e41\u0e15\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e47\u0e19\u0e44\u0e14\u0e49\u0e2a\u0e07\u0e2a\u0e31\u0e22\u0e08\u0e30\u0e40\u0e02\u0e35\u0e22\u0e19\u0e44\u0e21\u0e48\u0e04\u0e23\u0e1a \u0e44\u0e21\u0e48\u0e07\u0e49\u0e2d\u0e2b\u0e23\u0e2d\u0e01) in .css *** \u0e16\u0e49\u0e32\u0e08\u0e30\u0e43\u0e2b\u0e49\u0e21\u0e31\u0e19\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e21\u0e37\u0e48\u0e2d print \u0e14\u0e49\u0e27\u0e22 \u0e2d\u0e22\u0e48\u0e32\u0e25\u0e37\u0e21 media=&#8221;print&#8221; \u0e19\u0e30\u0e08\u0e4a\u0e30 &lt;style type=&#8221;text\/css&#8221; media=&#8221;print,screen&#8221; &gt; th { font-family:Tahoma; color:black; background-color:#DDDDDD; } thead {display:table-header-group;} tbody {display:table-row-group;} tfoot {display: table-footer-group;} &lt;\/style&gt; in .html &lt;table border=&#8221;1&#8243; cellpadding=&#8221;2&#8243; cellspacing=&#8221;0&#8243;&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;ID&lt;\/th&gt; &lt;th&gt;First Name&lt;\/th&gt; &lt;th&gt;Last Name&lt;\/th&gt; &lt;\/tr&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42,41],"tags":[114,48,47,46,44,43,45],"_links":{"self":[{"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=\/wp\/v2\/posts\/157"}],"collection":[{"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=157"}],"version-history":[{"count":6,"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=\/wp\/v2\/posts\/157\/revisions"}],"predecessor-version":[{"id":163,"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=\/wp\/v2\/posts\/157\/revisions\/163"}],"wp:attachment":[{"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=157"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ibatt.info\/web\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}