Rise 360: Images in tables? Any tricks?

May 15, 2024

Hi, I haven't found anything about this:

Does anybody have a trick how to use images in tables in Rise360? AFAIK, it is not possible out-of-the-box, it may be possible in debugging mode with a lot of hand-editing HTML code, but has anybody found an easier cheat for this?

Tables are SO useful for formatting HTML-based text, I would love to be able to use images in them.

Thanks!

2 Replies
Eric Santos

Hi Felix,

Thanks for reaching out! While it's not currently possible to insert images in a Rise 360 table, we have a feature request to make that possible. I've added your voice to the feature report, so you'll be notified if that becomes available in a future update of Rise.

In the meantime, I am opening the floor to our community members who might have a workaround for inserting images in a Rise table.

Wilfried Sharp

Hi Felix,

Here is the hand-editing method. Use this code

<img class="equation_image" title="TITLE" style="vertical-align: middle;" src="URL" alt="ALTTEXT">

Make a table and type xxx in the location you want the image to be.

Right click on xxx, then select Inspect, Find the xxx in the Inspect area, Right click, Select Edit as HTML.

Past the code below on the xxx.

<img class="equation_image" title="BICYCLE" style="vertical-align: middle;" src="https://images.articulate.com/f:jpg%7Cpng,a:retain,b:fff/assets/rise/assets/block-defaults/bike.jpg" alt="Old bicycle with front basket.">

image in table