Hi i'm putting my own page numbers and dates the top a report that i'm producing. Using css i'm breaking the pages. My question is how do i prevent ie from printing the page numbers, the page title, and the url. Or should i forget my numbering all together. Also reading w3.org on page media where do i put the following
@page{ size 8.5in 11in; margin; 2cm}
i put "page-break-before; always;" in the table as a style
for example
<table style="page-break-before; always;">
@page{ size 8.5in 11in; margin; 2cm}
i put "page-break-before; always;" in the table as a style
for example
<table style="page-break-before; always;">