- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2022 11:15 PM
I created few quick message which contains rick text, images and other HTML content. Now in the agent workspace when i am composing an email and trying to insert that quick message it is showing the html content in the box like below highlighted in yellow. is there any way to hide the html text in agent workspace
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 01:23 AM
Hi,
it worked for me with image in agent workspace
Did you check that image is having issue?
try to use Attachment to show the image
<td class="td1tab2"><span style="font-family: arial, helvetica, sans-serif; font-size: 8pt;"><img style="align: baseline;" title="" src="sys_attachment.do?sys_id=e589591e073401102011ff208c1ed051" alt="" width="171" height="101" align="baseline" border="" hspace="" vspace="" /></span></td>
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 01:23 AM
Hi,
it worked for me with image in agent workspace
Did you check that image is having issue?
try to use Attachment to show the image
<td class="td1tab2"><span style="font-family: arial, helvetica, sans-serif; font-size: 8pt;"><img style="align: baseline;" title="" src="sys_attachment.do?sys_id=e589591e073401102011ff208c1ed051" alt="" width="171" height="101" align="baseline" border="" hspace="" vspace="" /></span></td>
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 04:20 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please close the thread by marking appropriate response as correct so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 04:46 AM
This was a different issue Ankur. There was some spacing issue for which those HTML tags were appearing in the agent workspace. But yah thanks for responding to that.