Image is not appearing on print preview page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 02:26 AM
Hi
I have a requirement from my client like there should be a print option available for each 'Business Service Catalog'.
I tried to achieve this by adding a print button to catalog UI page with following code.
<button id="print_button" onclick="window.print()" title="Print the current Business Service">
<img src="images/printer.gifx">Print</img>
</button>
On clicking the button printing functionality is working fine but the images (i.e icons of catalog) are not appearing on print preview page.
Please suggest me on this either from your direct experience or just your own opinion.
Thanks,
Sitarani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2014 02:31 AM
Any help??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2014 03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2014 04:15 AM
Hi Anurag,
Thanks for your reply.. But am bit lost with the answer for my question in this link (the link you provided).
i.e : "Add a class of user_image to the img element."
Would you please explain me what exactly this mean. Where I need to add user_image tag and how it will work.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2015 09:21 AM
Just to clear things up, the answer to your question is to add the class like this:
<img class="user_image" src="images/printer.gifx">Print</img>
This resolves the issue.