How to print a web page without title, URL, page #, date and time
I have a web page (all static text and data fit in one page). Using the browser print button, it will print the page with "Untittle Page" on the top left corner, the URL on the top right, the "page 1 of 1" at the bottom left, the date and time at the bottom right. In C#, how can I print the page without these "titlte" in the 4 corners?? Thanks in advance.
7/16/09
|