- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 10:51 PM
I'm trying to add the the little video icon from the retina_icons into the description area of a Record Producer but I've got no idea how to do that (bad HTML/CSS skills). Trying to put it in front of a link, something like this:
Within the Service Portal. Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 11:48 PM
Hey, sure... just use:
<div class=" icon-video"> </div>
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 11:10 PM
Hi Jim,
I hope you're doing great!!
First make sure that you have the given image under your image repository within your instance (This way you can later reference it through its name or you can also use a url if you prefer)
Second, go to your record producer hit the source code button or simply just insert the image using the image button. I'll explain the hard way ("source code") one below 🙂
Third, your source code should look something like this:
<p><img style="align: baseline;" title="" src="volteo.pngx" alt="" width="74" height="21" align="baseline" border="" hspace="" vspace="" /></p>
The key is to leverage the <img> tag. Inside of it leverage the src attribute to define which image you're referring to. As I mention before, this could also be a valid url if your image exists online. The best practice is to have the image within your instance (Content Management >> Images).
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 11:47 PM
Hey Berny, nice to hear from you.
I know I can use an image, but was hoping to use the retina_icons directly instead.
Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 11:48 PM
Hey, sure... just use:
<div class=" icon-video"> </div>
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 05:25 AM
Hi
Thanks,
Berny