- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 11:15 AM
Hi,
I've designed a UI page and the table headings have colors but neither its showing in print preview nor printing any colors. I'm wondering what I'm missing here.
Below is code to print:
<div style="height: 20px" class="print_hide" align="right">
<button type="submit" onclick="javascript: window.print();"> <img src="images/printer.gifx"></img>
<span>Click to Print</span>
</button>
</div>
Any help will be appreciated.
Thank you!
Mujtaba
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2018 12:36 PM
Ok, found the solution, adding "!important" in background-color will have colors in html page print/preview.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2018 12:36 PM
Ok, found the solution, adding "!important" in background-color will have colors in html page print/preview.