printing - Is there a way to use the same CSS stylesheet for print media and the default layout? -


I'm looking for a method to use the same stylesheet for print media for the on-screen layout by default It will be advantageous that whenever I update the CSS, I do not have to update 2 files. I have to like a stylesheet and have to specify special rules by telling them some way to print media ... this may not be possible, but I thought I would put a question from there.

  @Media Print {Body {background: #fff; Color: # 000; } / * Etc * /}  


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -