Last Updated: February 25, 2016
·
902
· iondrimba

Simple background image printing

A little hack to print background image without user interfering on printing configs.

.background {
     display: list-item;
     list-style-image: url(yourbackgroundimage.gif);
     list-style-position: inside;
}

Have a fresh tip? Share with Coderwall community!

Post
Post a tip