Anyone know how to show a Dynamic Image in the Rich Text Input instead of just the URL? Is that even possible? Thanks.
Currently, from what I can see, you can only insert an image into the Rich Text Input with a Static URL.
Anyone know how to show a Dynamic Image in the Rich Text Input instead of just the URL? Is that even possible? Thanks.
Currently, from what I can see, you can only insert an image into the Rich Text Input with a Static URL.
I just wanted to answer this myself. If you add this code:
[img=50x50]IMAGEURLHERE[/img]
It allows you to use dynamic data in the Rich Text Input. Thought I would share this since I eventually figured out how to do it.