Click here to Skip to main content
15,897,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Excuse me. how to solve the problem. as web : print not print the header, footer may be horizontal or vertical. ( not modify the registration code ). the web pages contain a parameter. is there any free print of various web browser, plugin compatible.
Posted
Comments
Bikash Shrestha From Nepal 15-Oct-10 22:26pm    
please elaborate yourself dude
Sandeep Mewara 16-Oct-10 4:21am    
Not clear

Whilst your question is not clear I'll take a stab...

You may mean to use CSS style sheets to provide a mechanism to hide/show/modify various display elements. The way to do this is to have a style sheet for display and a style sheet for printing.

Declare them as follows:

<link href="Screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="Print.css" rel="stylesheet" type="text/css" media="print" />


Each will contain styles that dictate the layout for screen or print.
 
Share this answer
 
Printed result from the page header or footer
 
Share this answer
 
Comments
R. Giskard Reventlov 16-Oct-10 9:18am    
a) Don't answer an answer with an answer - use comments.
b) I have no idea what you are trying to say and, I suspect, neither does anyone else. You need to be more specific and clear about the problem if you expect to get an answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900