Forum Moderators: open

Message Too Old, No Replies

Printing HTML pages

printing html without pages headers

         

skavenjah

11:59 pm on Nov 26, 2003 (gmt 0)

10+ Year Member



I'm pretty sure this question has been ask many times but still, I haven`t found any anwsers one the net.

I'm trying to find a wa to print an HTML page without the headers on the page. Is there a way to print a page without those informations?

Reflection

12:23 am on Nov 27, 2003 (gmt 0)

10+ Year Member



Do you mean print someone else's site without headers etc. or do you want your site to print without headers etc. If its the latter you can create a print style sheet and then set the relevant sections to display:none; and they will not print.

tedster

1:28 am on Nov 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is also one of the few areas where I'm happy that MS Word can deal with HTML. If you open and print the page from Word you havfe some easy controls.

Distel

10:18 am on Nov 27, 2003 (gmt 0)

10+ Year Member



With those headers, do you mean the page's URL which appears on top (or at the bottom, can't remember) of the page?

If so, you can change this by going to the page setup in the File menu of IE.

skavenjah

11:05 pm on Nov 28, 2003 (gmt 0)

10+ Year Member



In fact, I want my application to be apple to print a bus ticket from the web (from the internet explorer interface) instead of using the PHP Print function. The latest would have required that I installed a local copy of the application interface on the client's computer which is not a good idea... Well I had my answer with the last reply. Solution wat pretty simple ;)

Thanks alot!