Skip to content

Instantly share code, notes, and snippets.

@danomanion
Last active September 14, 2022 23:43
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danomanion/6175687 to your computer and use it in GitHub Desktop.
Save danomanion/6175687 to your computer and use it in GitHub Desktop.
Hack to get printers to print your css background images.
// Printers don't like you or your background images, so here is a way to get them to like you.
a.logo {
display: list-item;
list-style-image: url("../images/examiner-print-logo.png");
list-style-position: inside;
}
@EslamElbyaly
Copy link

I do not get it! To which element should I set those styles?! I do not have an "a" element or a "logo" class!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment