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
Post a Comment