Created
May 10, 2011 22:25
-
-
Save chriseppstein/965507 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style media="print"> | |
#printed-image { content: url(/path/to/image.png); } | |
</style> | |
<img id="printed-image" src="/images/spacer.gif"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@barraponto: I think it can. I used an img to be sure the browser would print it.