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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -