Hi! I’m wondering how I could use a built-in icon (e.g. $:/core/images/link) but control the size of it – make it the same size as surrounding text, so I could do something like:
<a href="http://www.example.com" target="_blank" >{{$:/core/images/link}}</a>
and have it be a nice unobtrusive little icon instead of a giant one. Is there a built in way to do that?
I could go get some more icons, but I like using built-in stuff if I can, just for simplicity.