Example of a CSS Design for Background Picture of questfox Instant Report
Posted: 11. March 2015 Filed under: Uncategorized Leave a commentIt is possible to create a background picture to make the questfox Instant Report look more appealing:
Just include the following script in the Custom CSS under Theme Design in questfox Instant Report and you will see one background picture framing your report.
body {
background-image: url(“http://questfox.com/user//YOUR_FOLDER/YOUR_SUB_FOLDER/YOUR_FILE.jpg”);
margin:0px !important;
background-size:100%;
background-repeat:no-repeat;
background-position: bottom;
background-attachment:fixed;
background-color:black !important;
background-size:cover;
}
The result may look like this:
It is also possible to use a picture stored somewhere else. Please make sure that you are not in conflict with anyones copyright when using pictures inside questfox.com.