Forum Discussion
Rise 360: Images in tables? Any tricks?
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.">
- FelixFranke6 months agoCommunity Member
Hi Wilfried,
thank you, that is great, hadn't thought of some placeholder like xxx. this makes it much easier to achieve what I want. Not quite out-of-the-box, but for the occasional use, it's absolutely doable.
👍👍👍