html - How to save my page so it looks as is in the browser? -


a client wants save , print out particular page i've made them, when file looked at, loses of css formatting.

what need in order make if page printed, looks close on screen?

you should provide same css both screen , print follows:

<link rel="stylesheet" type="text/css" href="path/to/your.css" media="screen,print" /> 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -